-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
Logger by Field R&D Services - Toolkit for LabVIEW Download
| Version | 1.10.2.79 |
| Released | May 31, 2021 |
| Publisher | Field R&D Services |
| License | BSD |
| LabVIEW Version | LabVIEW>=10.0 |
| Operating System | Windows, Mac, and Linux |
| Project links | Homepage Documentation Repository |
Description
A simple logging utility similar to the Log4j library but for LabVIEW. Levels are provided for different logging statements: TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The higher the level, the more statements that are written to a file. The creation of "rollover" log files is supported along with organizing log files by Year, Month, and Day folder tree. Minimal error handling VIs are provided for logging or masking errors based on severity. The utility is known to work with 32-bit and 64-bit environments as well as Real-Time targets. Writing to a log file is done on a separate thread to maintain determinism on Real-Time targets.
Release Notes
# Field R&D Services: Logger
## [1.10.2] - 2021-06-01
### Fixed
- Error Code 1 appearing during File manager shutdown
- Error Code 1 when unregistering a non-existent listener
- Error Code 1 when releasing a non-existent listener
- Error when closing a non-existent log file