Logger: Difference between revisions
Appearance
Created page with "'''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: {| class="wikitable" !Name !Data Type !Description |- |Log File Path |style="text-align: center;"|{{Terminal|type=indicato..." |
(No difference)
|
Latest revision as of 07:16, 4 January 2025
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)