Class Index | File Index

Classes


Namespace logger#backend

Output object. Currently window.console

Redefining backend allows logs redirection


Defined in: wef.logger.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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
Namespace Detail
logger#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

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Feb 13 2012 12:35:31 GMT+0100 (CET)