-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Event Log by TSA - Toolkit for LabVIEW Download
Version | 1.0.0.1 |
Released | Sep 04, 2024 |
Publisher | TSA |
License | Not Specified |
LabVIEW Version | LabVIEW>=21.0 |
Operating System | Windows, Mac, and Linux |
Used By | tsa_lib_behaviour_tree |
Project links | Discussion |
Description
Logging of any event changes is incredibly useful in debugging complex parallel behaviour.
The Event Log library is based around an Event Log Abstraction class, that defines a standard interface to provide a plug-in for event logs of different capabilities.
Currently there are 2 children class:
Syslog Event - This sends a syslog formatted message to a syslog server.
TextLog Event - This provides a text box that can be used to display the log messages