Title here
Summary here
Abstract
Kind: global class
Extends: Abstract
Singleton:
Properties
Name | Type | Description |
---|---|---|
level | number | The logging level: DEBUG|INFO|WARN|ERROR|NONE (default value: LogLevelConst.INFO) |
Utility class defining a generic logging message appender.
Utility method used to display a debugging/logging message.
Kind: instance method of AbstractAppender
Param | Type | Description |
---|---|---|
level | LogLevelConst | The logging level: DEBUG|INFO|WARN|ERROR|NONE |
args | Array.<Object> | Various fields used to display a logging message |
Accessor to set the level value.
Kind: instance method of AbstractAppender
Param | Type | Description |
---|---|---|
level | LogLevelConst | The logging level: DEBUG|INFO|WARN|ERROR|NONE |