Abstract base logger, extend to easily implement a custom logger that logs wherever you want. You only need to implement doLog(msg: LogMessage) and log that somewhere (it will contain format and everything else).
Return optional message formatter. All LoggerTypes (except custom) will see if they have this, and if so use it to log.
Generated using TypeDoc
Abstract base logger, extend to easily implement a custom logger that logs wherever you want. You only need to implement doLog(msg: LogMessage) and log that somewhere (it will contain format and everything else).