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