Log4net Raygun Tags -
is there way set raygun tags in config level have tried in code level exception
new raygunclient().sendinbackground(exception, new list<string> { "error", "mq-translator" });
but need set tag in project level service
if using raygunappender log4net raygun on nuget, tags set from:
.settags(extracttags(loggingevent.getproperties()))
this extract properties set in logging context.
if set properties explained on set properties on context manual show in tags.
Comments
Post a Comment