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 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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: