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

The MultiLogger class logs messages with the incorrect level #166

Open
tinobody opened this issue Jan 10, 2018 · 0 comments
Open

The MultiLogger class logs messages with the incorrect level #166

tinobody opened this issue Jan 10, 2018 · 0 comments

Comments

@tinobody
Copy link

I am using the MultiLogger class to allow my applications to log to multiple sources. However, when a call to the ErrorFormat method is made (and any overloads of it), messages are logged to the underlying loggers using the Debug level instead of the Error level. I looked at the source code for this class and it appears that the ErrorFormat method makes calls to the DebugFormat method on the underlying loggers (I'm assuming this is a bug?)

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

1 participant