Newer
Older
Import / applications / Python / LogTest.py
@John Ryland John Ryland on 22 Dec 2020 204 bytes import NUC files
#!/usr/bin/python


import Log


Log.Trace('trace msg')
Log.Info('info msg')
Log.Debug('debug msg')
Log.Warning('warning msg')
Log.Error('error msg')
Log.Critical('critical msg')
Log.Fatal('fatal msg')