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