I wrote a program. In its Main function, I wrote some message using log4net. Then I continued to create a new thread in Main function, in whose procedure I also wrote some message using log4net.
It compiled and run successfully. When I checked the log file log4net used. I found: Then Main function printed message in log file. But the new created thread did not print message in log file. Your reply will be highly appreciated! -- View this message in context: http://old.nabble.com/log4net-does-not-work-in-new-created-thread-tp26620982p26620982.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
