Log files can get very big, very fast if you log wcf calls and messages. I want to split up the log files by date. I can write my own tracelistener but i prefer some constant in the log if that is possible. Something like this
<sharedListener>
<add initilizeDate="SomeLogFile{TODAY}.log"
this would output a log file like this : SomeLogFile2009-12-01
how do I do that?