The logger module configuration.

interface LoggerModuleConfig {
    module: string;
    scope?: string;
}

Properties

Properties

module: string

Module name. Will be shown in log lines.

scope?: string

The scope of the root logger module.