interface Logger {
    log(level: string, message: string): void;
}

Implemented by

Methods

Methods