Difference between revisions of "ApCoCoA-1:GetApCoCoAServerLogLevel"

From ApCoCoAWiki
m (Bot: Moved Category:ApCoCoA Manual to Category:ApCoCoA-1 Manual)
m (fixed links to namespace ApCoCoA)
Line 29: Line 29:
  
 
<seealso>
 
<seealso>
  <see>SetApCoCoAServerLogLevel</see>
+
  <see>ApCoCoA-1:SetApCoCoAServerLogLevel|SetApCoCoAServerLogLevel</see>
 
</seealso>
 
</seealso>
  

Revision as of 08:18, 7 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