up previous next
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 = ERROR (default), 1 = WARN, 2 = INFO, 3 = VERBOSE, and 4 = DEBUG.

Example
GetApCoCoAServerLogLevel();

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


See Also