We are using log4net with rolling file appender.
As we are using load balancing servers log files are generated on both the of the servers and looking at them is of a lot problem.
We are thinking of some centralisied logging which can hold all the logs of different components at one place and if required can be viewed with some log viewer or a customised UI.
We have some proposed solutions to it
- ADO appender
- WCF appender
- MSMQ appender where we send message to msmq and some windows service which will pick up the messages from msmq and place it in log files.
More suggestion please post it..