I have a windows service where the app.config file and the log4net.config files are seperate. The logging is not working.
We have an application that runs in multiple threads and uses Log4Net as logging framework. We encountered a scenario where some log events weren\'t logged. As mentioned in the docs, the FileAppender
I am totally new to Log4net.I have managed to get something going by adding a config file and simple logging.I have hardcoded the value to be \"C:\\temp\\log.txt\" but this is not good enough.