Class Ozone.log
Defined in: log.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Provides functions to log messages and objects
|
| 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
|
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