I want to make use of a logger in WCF service, which has two services exposed outside. And I want a daily based (every day new logger file based on date), also separate logger files for both services. which .NET loggers available I can go for, where above functionality can be implemented?
I tried using Log4Net. But i did not get how to change the log file names, other than what specified in config file, to suit my requirement.