igcv3 - v1.1.0
    Preparing search index...

    Interface LoggerConfig

    interface LoggerConfig {
        level: LogLevel;
        showTimestamp: boolean;
        timestampFormat: string;
        showPid: boolean;
        showIcons: boolean;
        icons: LoggerIcons;
        colors: LoggerColors;
    }
    Index

    Properties

    level: LogLevel
    showTimestamp: boolean
    timestampFormat: string
    showPid: boolean
    showIcons: boolean
    colors: LoggerColors