LoggerImpl
LoggerImpl
Logger implementation for CommandKit.
Signature
interface LoggerImpl extends ILogger {
configure(options: CommandKitLoggerOptions): void;
}
- Extends:
ILogger
configure
method
(options: CommandKitLoggerOptions) => void
Configures the logger with the specified options.