Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignalrAppender.Instance is null #4

Open
Eonasdan opened this issue Oct 23, 2012 · 2 comments
Open

SignalrAppender.Instance is null #4

Eonasdan opened this issue Oct 23, 2012 · 2 comments

Comments

@Eonasdan
Copy link

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

@Eonasdan
Copy link
Author

I've also been getting log4net.listen is not a function

@caseyjmorton
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants