ART Framework API Docs
    Preparing search index...

    Interface LoggerConfig

    Configuration options for the static Logger class.

    LoggerConfig

    interface LoggerConfig {
        level: LogLevel;
        prefix?: string;
    }
    Index

    Properties

    Properties

    level: LogLevel

    The minimum log level to output messages for. Messages below this level will be ignored.

    prefix?: string

    An optional prefix string to prepend to all log messages (e.g., '[MyApp]'). Defaults to '[ART]'.