I am currently using the Microsoft.Practices.EnterpriseLibrary.Logging but I can't find a way to control where the file is written to except through pre-runtime configuration.
I am looking at System.IO.Log, but it only seems to create a binary file that cannot be viewed by a simple text editor.
Is there a way to produce a flat text file with System.IO.Log? or Is there a way to control the location of the log file at runtime using Microsoft.Practices.EnterpriseLibrary.Logging