Logger
Appearance
Logger is a LabVIEW Class of NI LabVIEW Command Line Interface and used by CoreOperation to provide additional logging capabilities.
Methods
GetLoggerInformation
The GetLoggerInformation method returns the information provided when the logger was initialized by LabVIEWCLI. It returns a cluster with three elements:
LogMessage
The LogMessage method adds a new message to the log file when the specified verbosity level is lower or equal to the verbosity level defined through the -Verbosity argument when calling LabVIEWCLI.
It has two input arguments:
See also
External links
- Creating Custom Command Line Operations (LabVIEW User Manual)