ApCoCoA-1:GetApCoCoAServerLogLevel
From ApCoCoAWiki
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 (default), 1 = ERROR, 2 = WARNING, 3 = INFO, and 4 = DEBUG.
@return The log level currently used by the ApCoCoAServer.
Example
GetApCoCoAServerLogLevel(); 1 ------------------------------- -- Done. -------------------------------
See also