Interface ILoggerClient

interface ILoggerClient {
    onLogConfigChanged(): void;
    onLogLevelChanged(event): void;
}

Implemented by

Methods