Interface LoggerMeta

interface LoggerMeta {
    enabled: boolean;
}

Properties

Properties

enabled: boolean

Whether the logger is enabled.