Private
_contentPrivate
_isPrivate
_levelPrivate
_rendermimePrivate
_statePrivate
_versionReadonly
outputThe output area model used for the logger.
This will usually not be accessed directly. It is a public attribute so that the renderer can access it.
Readonly
sourceThe source for the logger.
A signal emitted when the list of log messages changes.
Whether the logger is disposed.
Number of outputs logged.
The maximum number of outputs stored.
Oldest entries will be trimmed to ensure the length is at most
.maxLength
.
Max number of messages.
Rendermime to use when rendering outputs logged.
Rendermime to use when rendering outputs logged.
A signal emitted when the log state changes.
The number of messages that have ever been stored.
Private
_logLog an output to logger.
The output to be logged.
A concrete implementation of ILogger.