Class Index | File Index

Classes


Class Ozone.log


Defined in: log.js.

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

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

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

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

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