@jenova-marie/wonder-logger - v2.0.15
    Preparing search index...

    Interface ConsoleTransportOptions

    interface ConsoleTransportOptions {
        pretty?: boolean;
        level?: Level;
        prettyOptions?: {
            colorize?: boolean;
            translateTime?: string;
            ignore?: string;
            singleLine?: boolean;
            [key: string]: any;
        };
    }
    Index

    Properties

    pretty?: boolean

    Enable pretty printing (colorized, human-readable output) Typically true for development, false for production

    level?: Level

    Log level for this transport

    'info'
    
    prettyOptions?: {
        colorize?: boolean;
        translateTime?: string;
        ignore?: string;
        singleLine?: boolean;
        [key: string]: any;
    }

    Custom pino-pretty options (only used when pretty is true)