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
I couldn't get this to work in my project so for debugging purposes I copied both the hub and the appender code into my project. However with code below
public SignalrAppenderHub()
{
SignalrAppender.Instance.MessageLogged = OnMessageLogged;
}
SignalrAppender.Instance is null
The text was updated successfully, but these errors were encountered:
I noticed you have this issue open still, but that is about 6 months old. Were you able to get around the issue? I believe this is due to mapping a hub without having a SignalrAppender in your log4net configuration file.
I couldn't get this to work in my project so for debugging purposes I copied both the hub and the appender code into my project. However with code below
SignalrAppender.Instance
is nullThe text was updated successfully, but these errors were encountered: