tjbot-ce - v3.0.0
    Preparing search index...

    Interface LogConfig

    Console logging configuration.

    interface LogConfig {
        level?: LogLevel;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    level?: LogLevel