Readonly contentA signal emitted when the log model changes.
Readonly isReadonly lengthNumber of outputs logged.
Log level.
Max number of messages.
Readonly outputOutput Area Model used to manage log storage in memory.
Rendermime to use when rendering outputs logged.
Readonly sourceThe name of the log source.
Readonly stateA signal emitted when the rendermime changes.
Readonly versionThe cumulative number of messages the log has stored.
Dispose of the resources held by the object.
If the object's dispose method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Log an output to logger.
The output to be logged.
Generated using TypeDoc
A Logger that manages logs from a particular source.