public static void LogException <TIntegration, TTarget>(Exception exception)
 {
     IntegrationOptions <TIntegration, TTarget> .LogException(exception);
 }
예제 #2
0
 public static void LogException <TIntegration, TTarget>(Exception exception)
 {
     DebugLog($"ProfilerOK: LogException<{typeof(TIntegration)}, {typeof(TTarget)}>({exception})");
     IntegrationOptions <TIntegration, TTarget> .LogException(exception);
 }