<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Logger</id>
	<title>Logger - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Logger"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Logger&amp;action=history"/>
	<updated>2026-05-12T05:30:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Logger&amp;diff=35378&amp;oldid=prev</id>
		<title>Logmanoriginal: Created page with &quot;&#039;&#039;&#039;Logger&#039;&#039;&#039; is a LabVIEW Class of NI LabVIEW Command Line Interface and used by CoreOperation to provide additional logging capabilities.  ==Methods==  ===GetLoggerInformation=== The &#039;&#039;&#039;GetLoggerInformation&#039;&#039;&#039; method returns the information provided when the logger was initialized by LabVIEWCLI. It returns a cluster with three elements:  {| class=&quot;wikitable&quot; !Name !Data Type !Description |- |Log File Path |style=&quot;text-align: center;&quot;|{{Terminal|type=indicato...&quot;</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Logger&amp;diff=35378&amp;oldid=prev"/>
		<updated>2025-01-04T07:16:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Logger&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;/wiki/LabVIEW_Class&quot; title=&quot;LabVIEW Class&quot;&gt;LabVIEW Class&lt;/a&gt; of &lt;a href=&quot;/wiki/NI_LabVIEW_Command_Line_Interface&quot; title=&quot;NI LabVIEW Command Line Interface&quot;&gt;NI LabVIEW Command Line Interface&lt;/a&gt; and used by &lt;a href=&quot;/wiki/CoreOperation&quot; title=&quot;CoreOperation&quot;&gt;CoreOperation&lt;/a&gt; to provide additional logging capabilities.  ==Methods==  ===GetLoggerInformation=== The &amp;#039;&amp;#039;&amp;#039;GetLoggerInformation&amp;#039;&amp;#039;&amp;#039; method returns the information provided when the logger was initialized by LabVIEWCLI. It returns a cluster with three elements:  {| class=&amp;quot;wikitable&amp;quot; !Name !Data Type !Description |- |Log File Path |style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=indicato...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Logger&amp;#039;&amp;#039;&amp;#039; is a [[LabVIEW Class]] of [[NI LabVIEW Command Line Interface]] and used by [[CoreOperation]] to provide additional logging capabilities.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
===GetLoggerInformation===&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;GetLoggerInformation&amp;#039;&amp;#039;&amp;#039; method returns the information provided when the logger was initialized by LabVIEWCLI. It returns a cluster with three elements:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Data Type&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Log File Path&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=indicator|string}}&lt;br /&gt;
|Path to the log file for the current session.&lt;br /&gt;
|-&lt;br /&gt;
|Verbosity&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=indicator|enum}}&lt;br /&gt;
|Verbosity level as defined by &amp;#039;&amp;#039;-Verbosity&amp;#039;&amp;#039; when LabVIEWCLI was called (Minimal, Default, Detailed, Diagnostic)&lt;br /&gt;
|-&lt;br /&gt;
|Append to log file?&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=indicator|boolean}}&lt;br /&gt;
|Indicates whether new messages are appended to the end of the log file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===LogMessage===&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;LogMessage&amp;#039;&amp;#039;&amp;#039; 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 &amp;#039;&amp;#039;-Verbosity&amp;#039;&amp;#039; argument when calling LabVIEWCLI.&lt;br /&gt;
&lt;br /&gt;
It has two input arguments:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Name&lt;br /&gt;
!Data Type&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Message&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=control|string}}&lt;br /&gt;
|The message to append to the log file.&lt;br /&gt;
|-&lt;br /&gt;
|Verbosity&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|{{Terminal|type=control|enum}}&lt;br /&gt;
|The verbosity level of the message. If the verbosity level is higher than the verbosity level specified when calling LabVIEWCLI, the message is not added to the log file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[NI LabVIEW Command Line Interface]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.ni.com/docs/en-US/bundle/labview/page/creating-custom-command-line-operations.html Creating Custom Command Line Operations] (LabVIEW User Manual)&lt;br /&gt;
&lt;br /&gt;
[[Category:NI LabVIEW Command Line Interface]]&lt;/div&gt;</summary>
		<author><name>Logmanoriginal</name></author>
	</entry>
</feed>