Exemplo n.º 1
0
 public static void Add(Exception e)
 {
     AppLogHelper.Error(e);
 }
Exemplo n.º 2
0
 public static void WriteFile(string msg)
 {
     AppLogHelper.Information(msg);
 }