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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -