You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InternalLogger.Error(_initializeException,"{0}: Disabled because NLog Target failed to initialize.",this);
410
+
}
411
+
else
412
+
{
413
+
InternalLogger.Debug("{0}: Disabled because NLog Target failed to initialize. {1} {2}",this,_initializeException?.GetType(),_initializeException?.Message);
414
+
}
406
415
varinitializeFailedException=newNLogRuntimeException($"Target {this} failed to initialize.",initializeException);
0 commit comments