Exemplo n.º 1
0
 public static void Dump(string message)
 {
     FLog.Log(message);
 }
Exemplo n.º 2
0
 public static void Handle(Exception exception)
 {
     FLog.LogE("{0}", exception.ToString());
     // throw exception;
 }