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