How to log to user's ApplicationData folder using Enterprise Library Logging?
- by MüllerDK
I'm using MS EnterpriseLibrary.Logging and that works perfectly but the log file(s) are placed in the program executable directory.
How do I get it to place my log files in individual user's applicationData folder?
The folder I'm talking about is the one you get by calling:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)