This labview library is based on labview Actor Framework,which is used to log everywhere in labview program.
windows 10
labview 2020
- create Log.xml with "Creat Setting.vi" in support folder.
- call "Launch Log Man.vi" to initialize Logger Manager
- call "Log.vi" to record your of your project
this library provided Console and File Logger, you can extends "Generic Logger.lvclass" to implete costomized loggers.
- Msg Pattern : there are only 4 pattern key words,
- $Time : record time info
- $Level : log level
- $Caller : the caller vi of the Log.vi
- $Msg : msg content
- Time Formart : reference labview help "Format Codes for the Time Format String "