@luolapeikko/logger-suite
    Preparing search index...

    Interface LoggerPlugin

    LoggerPlugin is a plugin interface for loggers that allows you to modify log messages before they are logged.

    v0.0.6

    interface LoggerPlugin {
        handle(level: LogMethod, ...args: LogArgs): PluginResult;
    }

    Implemented by

    Index