-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
TSC Event Logger by TSC - Toolkit for LabVIEW Download
| Version | 2.0.0.3 |
| Released | Nov 22, 2025 |
| Publisher | TSC |
| License | Not Specified |
| LabVIEW Version | LabVIEW>=19.0 |
| Operating System | Windows, Mac, and Linux |
| Used By | tsc_lib_tsc_event_logger_sql |
| Project links | Homepage Discussion |
Description
The TSC Event Logger defines a framework for creating logs and log sinks for an application. You can use it to track certain events in a program and have flexible arguments for certain mesages.
This library uses a format called Structured Logging to create useful, parseable, and scalable event logs for an application. It developers to choose different formats of output layouts (JSON, CSV, etc), "sink" types (string display, file, etc), and even allows for encryption to be added to critical argument data that should be obfuscated when recorded as part of the log data.
Release Notes
v2.0
-Updated the library and documentation for public release
-Converted the unit testing to use LUnit
-moved SQL extension to its own repo and package to remove core dependencies
(https://github.com/danielcoons/tsc-event-logger-sql)
v1.1
-Added a function to update the reference to the console
-Added a read log function for layouts so data could be pulled in and displayed