log
The global message log writer instance, an instance of LogWriter.
log: LogWriter
Notes
- You can use
app.log
methods to write messages to the current application log. - To add a log output handler, use app.addLogHandler(). If none are added, log messages are written to the console.
- Refer to LogWriter for available methods of
app.log
.
Related
- class GlobalContextA singleton class that represents the global application state.