Abstract
Optional
level: LogLevelProtected
_logProtected
_logOptional
Readonly
levelProtected
_writeOptional
loggerLevel: LogLevelOptional
defaultPayload: IJsonClear the log interceptor
Set log interceptor to capture the log written
Optional
loggerLevel: LogLevelOptional
defaultPayload: IJsonGenerated using TypeDoc
This method must be called by the subclass to write the log entry. It cannot be automated as the basic design of the log destination is to allow the subclass'
.write
method to return different type of value depending on the implementation.