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