Namespace logger#backend
Output object. Currently window.console
Redefining backend allows logs redirectionDefined in: wef.logger.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
logger#backend.debug()
debug backend
|
<static> |
logger#backend.error()
error backend
|
<static> |
logger#backend.failSafe()
FailSafe output.
|
<static> |
logger#backend.failSafeGroup()
FailSafe grouping activation
|
<static> |
logger#backend.failSafeGroupEnd()
FailSafe ungrouping activation
|
<static> |
logger#backend.group()
group backend
|
<static> |
logger#backend.groupCollapsed()
groupCollapsed backend
|
<static> |
logger#backend.groupEnd()
groupEnd backend
|
<static> |
logger#backend.info()
info backend
|
<static> |
logger#backend.log()
log backend
|
<static> |
logger#backend.trace()
trace backend
|
<static> |
logger#backend.warn()
warn backend
|
Method Detail
<static>
logger#backend.debug()
debug backend
<static>
logger#backend.error()
error backend
<static>
logger#backend.failSafe()
FailSafe output. Currently unused.
window.console its the best option, alert messages are too intrusive
<static>
logger#backend.failSafeGroup()
FailSafe grouping activation
<static>
logger#backend.failSafeGroupEnd()
FailSafe ungrouping activation
<static>
logger#backend.group()
group backend
<static>
logger#backend.groupCollapsed()
groupCollapsed backend
<static>
logger#backend.groupEnd()
groupEnd backend
<static>
logger#backend.info()
info backend
<static>
logger#backend.log()
log backend
<static>
logger#backend.trace()
trace backend
<static>
logger#backend.warn()
warn backend