示例#1
0
 public static void LogException(System.Exception exception)
 {
     _instance?.LogException(exception);
 }
示例#2
0
 public void LogException(System.Exception exception)
 {
     _logger.LogException(exception);
 }