Can anybody help me to access the variables defined at the top of an NLog.config file via the .Net API?
I have variables like...
I need to be able to read this logDirectory value in so that my software can display a list of log files to a user.
I've been having a look into the NLog api reference notes but cannot find anything on how to access there attributes. I'd rather not trawl through the XML myself if that can be helped.