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
We have a scenario where we would like to change the tag that is used. I can get the logger instance by calling this: var logglyAppender = (log4net.LogManager.GetRepository().GetAppenders().FirstOrDefault(appender => appender.GetType() == typeof(LogglyAppender)) as LogglyAppender);
I have then access to the properties of the logger and can change the tag(s). My expectation was that after calling ActivateOptions the new tags are used, but the tags that are reported to loggly don't change.
Regards Adrian
The text was updated successfully, but these errors were encountered:
Hi
We have a scenario where we would like to change the tag that is used. I can get the logger instance by calling this:
var logglyAppender = (log4net.LogManager.GetRepository().GetAppenders().FirstOrDefault(appender => appender.GetType() == typeof(LogglyAppender)) as LogglyAppender);
I have then access to the properties of the logger and can change the tag(s). My expectation was that after calling ActivateOptions the new tags are used, but the tags that are reported to loggly don't change.
Regards Adrian
The text was updated successfully, but these errors were encountered: