Difference between revisions of "ApCoCoA-1:GetApCoCoAServerLogLevel"

From ApCoCoAWiki
(Update due to reorganization of log levels.)
m (Bot: Moved Category:ApCoCoA Manual to Category:ApCoCoA-1 Manual)
Line 36: Line 36:
 
<key>log</key>
 
<key>log</key>
  
[[Category:ApCoCoA Manual|{{PAGENAME}}]]
+
[[Category:ApCoCoA-1 Manual|{{PAGENAME}}]]
 
</command>
 
</command>

Revision as of 14:11, 2 October 2020

GetApCoCoAServerLogLevel

Retrieve current log level used by ApCoCoAServer.

Syntax

GetApCoCoAServerLogLevel():INT

Description

This function retrieves the log level that is currently used by the ApCoCoAServer for displaying log output. All log messages whose log level is greater than or equal to the log level will be displayed by the ApCoCoAServer. The log levels are (in order of ascending priority) 0 = FATAL, 1 = ERROR (default), 2 = WARNING, 3 = INFO, and 4 = DEBUG.

  • @return The log level currently used by the ApCoCoAServer.

Example

GetApCoCoAServerLogLevel();

1
-------------------------------
-- Done.
-------------------------------



See also

SetApCoCoAServerLogLevel