Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Could you show NLog.config file? – justips Oct 2 '12 at 19:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.