I have a asp.net 3.5 app that is using log4Net and AdoNetAppender.Cur开发者_如何学编程rently the app uses a message field just like the log4net documentation http://logging.apache.org/log4net/release/
I have the following log4net configuration: <log4net> <appender name=\"A1\" type=\"log4net.Appender.RollingFileAppender\">
I usually have me开发者_C百科thods returning IList. I need to log the result coming back in this list.
Logs in a Windows Service are not written to the path of the exe because the windows service is started in another directory. What\'s the best way to write the logs to the AppDomain.Curren开发者_运维技
I want to use Log4Net in my asp.net application & I have done the following things: In Web.Config File
I have a RollingFileAppender that rolls over the log file when it reaches a specified file size. This works great.
Can anyone point me in the right direction here. Is it possible to have separate log4net config files for each profile?
here is an easy question coming: i开发者_StackOverflow中文版 am trying to use log4net to log the infos on a file.i wrote
In my app.config I put <appender name=\"Rollin开发者_StackOverflowgFileAppender\" type=\"log4net.Appender.RollingFileAppender\">
I am trying to open old files which are logged long time ago but I am not sure with which logging framework but it does seem like log4net because the files have date, threa开发者_如何学JAVAd and a mes