This is the IcsLog common library. |
ICS Log Library
Initialize the Ics Log
Parameters: | |
---|---|
Return type: | class object |
Returns: | a log object |
list of weak references to the object (if defined)
Logs a message with level critical on this logger.
Parameters: |
|
---|
Logs a message with level DEBUG on this logger.
Parameters: |
|
---|
Logs a message with level error on this logger.
Parameters: |
|
---|
Logs a message with level exception on this logger.
Parameters: |
|
---|
Logs a message with level info on this logger.
Parameters: |
|
---|
Sets the threshold for this logger to critical. Logging messages which are less severe than critical will be ignored.
Sets the threshold for this logger to debug. Logging messages will all be printed.
Sets the threshold for this logger to error. Logging messages which are less severe than error will be ignored.
Sets the threshold for this logger to info. Logging messages which are less severe than info will be ignored.