I have a WCF service that will serve multiple clients. I'm using ent lib for the logging. I'd like to have a different log file for each client. is there a way to change the file name back and forth? I found a few threads but they all talk about editing the config file during runtime. ALso found this: Enterprise Library Logging but it talks about environment variables. I will set the log name according to the client id.
Thanks Avi