public bool Error(String message, Exception exception = null) { return(Console(LogLevel.Error(), message, exception)); }