Namespace OWF.Log
Defined in: Widget.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Provides functions to log messages and objects
|
| 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> |
OWF.Log.launchPopupAppender()
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.
|
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