Beispiel #1
0
 public static void Exception(string message, Exception exception, Type type, [CallerMemberName] string methodName = "")
 {
     _api?.LogException(type.FullName, message, exception, methodName);
 }