Good evening
I'm trying to beef up logging in the program I'm working on. I see that logging requires little more than a few registry entries (which is cool) but I'm getting into multi-burner stuff.
Basically, for each burn I'd like to be able to capture an individual log either by file or directly in C# code.
For a single burner application it's easy: just rename the old log file before each burn and a new one will be generated.
But when burning to more than one writer at once, is there a way to separate things out? (Or maybe things shouldn't be because that way if I need to send you a log you can see if there is some sort of collision between the burners?)
Many thanks
- Shaun
|