ApCoCoA-1:SetApCoCoAServerLogLevel

From ApCoCoAWiki
Revision as of 18:48, 10 September 2010 by Skaspar (talk | contribs) (Initial version.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SetApCoCoAServerLogLevel

Influence the amount of log output of ApCoCoAServer.

Syntax

SetApCoCoAServerLogLevel(Lvl:INT):INT

Description

This function sets the log level that is used by the ApCoCoAServer for displaying log output. All log messages whose log level is greater than or equal to the log level Lvl will be displayed by the ApCoCoAServer after a call to this function. Available log levels are (in order of ascending priority) 0 = ERROR (default), 1 = WARN, 2 = INFO, 3 = VERBOSE, and 4 = DEBUG. The function returns the log level previously used by the ApCoCoAServer.

  • @param Lvl The new log level to be used by the ApCoCoAServer.

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

Example

SetApCoCoAServerLogLevel(1);

0
-------------------------------
-- Done.
-------------------------------



See also

GetApCoCoAServerLogLevel