Exemplo n.º 1
0
 public static void LogException(System.Exception exception)
 {
     _instance?.LogException(exception);
 }
Exemplo n.º 2
0
 public void LogException(System.Exception exception)
 {
     _logger.LogException(exception);
 }