@wxn0brp/lucerna-log
    Preparing search index...

    Interface LoggerOptions

    interface LoggerOptions {
        loggerName?: string;
        logLevel?:
            | "ERROR"
            | "WARN"
            | "INFO"
            | "DEBUG"
            | "error"
            | "warn"
            | "info"
            | "debug";
        transports?: Transport[];
    }
    Index

    Properties

    loggerName?: string
    logLevel?:
        | "ERROR"
        | "WARN"
        | "INFO"
        | "DEBUG"
        | "error"
        | "warn"
        | "info"
        | "debug"
    transports?: Transport[]