Class Index | File Index

Classes


Namespace OWF.Log


Defined in: Widget.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Provides functions to log messages and objects
Method Summary
Method Attributes Method Name and Description
<static>  
OWF.Log.getDefaultLogger()
Get OWF's default logger
<static>  
OWF.Log.getLogger(loggerName)
Get a logger by name, if the logger has not already been created it will be created.
<static>  
Launch the log window pop-up, this will re-launch the window in the event it has been closed.
<static>  
OWF.Log.setEnabled(enabled)
Enable/Disable logging for the OWF application.
Namespace Detail
OWF.Log
Provides functions to log messages and objects
Method Detail
<static> OWF.Log.getDefaultLogger()
Get OWF's default logger
Since:
OWF 3.8.0

<static> OWF.Log.getLogger(loggerName)
Get a logger by name, if the logger has not already been created it will be created.
Parameters:
{String} loggerName
Since:
OWF 3.8.0

<static> OWF.Log.launchPopupAppender()
Launch the log window pop-up, this will re-launch the window in the event it has been closed.
Since:
OWF 3.8.0

<static> OWF.Log.setEnabled(enabled)
Enable/Disable logging for the OWF application.
Parameters:
{Boolean} enabled
true will enable logging false will disable
Since:
OWF 3.8.0

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Oct 05 2012 16:51:04 GMT-0400 (EDT)