About This File
A logger and log viewer using an SQLite database.
The logger is a background process that logs at about once per second. A simple API allows log entries to be added from anywhere in a program.
A Log Viewer is available under the Tools menu (Tools>>Cyth Log Viewer); this can alternately be built into a stand-alone executable.
Requires SQLite Library (Tools Network). Log Viewer also requires [CR]Shortcut Menu from Cluster and the JKI StateMachine Toolkit (Tools Network).
Notes:
— Version 1.4.0 is the last available for LabVIEW 2011. New development in LabVIEW 2013.
— newest version requires VIPM 2014 or later for install.
What's New in Version 1.5.5 See changelog
Released
-- Autoshutdown of Async-launched viewer when caller goes idle
-- Prefix option for Error logs
-- Fix issue with VI Display Names being changed
-- Proper VI identification of Messenger Library and NI Actor Framework "actors"
-- Prevent blocking by Root Loop if Logger stopped and restarted
-- UTC time display option