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