Exemplo n.º 1
0
 public void WriteInformation(string text)
 {
     LoggerFacade.WriteInformation(text);
 }
Exemplo n.º 2
0
 public void WriteError(Exception ex, bool isShow = false)
 {
     LoggerFacade.WriteError(ex, isShow);
 }
Exemplo n.º 3
0
 public void WriteError(string error, bool isShow = false)
 {
     LoggerFacade.WriteError(error, isShow);
 }