Namespace LOGLEVEL
Log level constants
Defined in: wef.logger.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
LOGLEVEL.all
Max verbosity
|
<static> |
LOGLEVEL.debug
Useful for testing
|
<static> |
LOGLEVEL.error
Only error message
|
<static> |
LOGLEVEL.info
Info and more important messages
|
<static> |
LOGLEVEL.log
Log and more important messages
|
<static> |
LOGLEVEL.none
Minimum verbosity.
|
<static> |
LOGLEVEL.trace
Noisy
|
<static> |
LOGLEVEL.warn
Warn and error messages
|
Field Detail
<static>
LOGLEVEL.all
Max verbosity
<static>
LOGLEVEL.debug
Useful for testing
<static>
LOGLEVEL.error
Only error message
<static>
LOGLEVEL.info
Info and more important messages
<static>
LOGLEVEL.log
Log and more important messages
<static>
LOGLEVEL.none
Minimum verbosity. Zero logs
<static>
LOGLEVEL.trace
Noisy
<static>
LOGLEVEL.warn
Warn and error messages