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