public debug(message: string, ...args: Loggable[]): void {
        this.log(LogLevel.DEBUG, message, ...args);
    }