For most of my applications I use iBatis.Net for database access/modeling and log4Net for logging.In doing this, I need a number of *.config files for each project.For example, for a simple applicatio
I\'m developing a custom SharePoint solution which consist of a feature and a timer job (which is created by the featu开发者_Go百科re in FeatureActivated).
I am interested in very high speed logging within log4net(around 10K messages per second开发者_如何学Go).
I have 2 test and 1 production server. In my global.asax file - I have this one line of code: void Application_Start(object sender, EventArgs e)
First of all, apologies for the subjective sounding title. This is intended as a direct question. At present I am working on a suite of tools:
My application uses several thr开发者_JS百科eads with well-defined names (i.e. not a thread pool with \'anonymous\' threads). Right now, all of these threads send their log messages to one file - and
I can\'t seem to find a definitive answer/example on how I can log to a file in appdata C:\\Documents and Settings\\All Users\\Application Data\\CompanyName\\ApplicationName\\Logs\\app.log
My log4net used to work, and not sure exactly when it stopped working, but today when I put the application onto a production server, I noticed no logs getting produced, here is the reason why, does a
I have three projects in my solution: A WCF web service which provides functionality I want to test A Web Application which calls that web service
I am trying to configure log4net for an application. System.IO.FileInfo fi = new System.IO.FileInfo(\"some junk file name\");