log
The global message log writer instance, an instance of LogWriter.
readonly log: LogWriter;
Notes
- You can use
app.logmethods to write messages to the current application log, and add a log sink handler. If no handler is added, log messages are written to the console. - Refer to LogWriter for available methods of
app.log.
Related
class AppContext
A singleton class that represents the global application state.
