Re: Re[4]: Logging of the errors in logging

2006-04-18 Thread Ron Grabowski
; >> NC> system. If there is a problem logging log4net will not > propagate > >> errors > >> NC> into the calling application. > >> NC> While the current internal error handling is not flexible > enough > >> it is > >> NC> un

RE: Logging of the errors

2006-04-06 Thread Ganapatiraju, Shiva \(OCFS\)
  From: Matthew Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 8:47 AMTo: Log4NET UserSubject: Re: Logging of the errors Does RollingFileAppender support writing files through http? I doubt that it does. You should configure your RollingLogFileAppender to point to a directory (with c

Re: Logging of the errors

2006-04-06 Thread Matthew Brown
Does RollingFileAppender support writing files through http? I doubt that it does. You should configure your RollingLogFileAppender to point to a directory (with c:\blah\blah) syntax or look into using a network-aware appender like RemotingAppender, etc. On 4/5/06, Ganapatiraju, Shiva (OCFS) <[EMAI

Logging of the errors

2006-04-05 Thread Ganapatiraju, Shiva \(OCFS\)
Hi Ron, I want to log into my LocalHost for errors. But does not seem to do that. http://Localhost/SSOPAppLog.txt"; /> Any help is appreciated. With warm regards, Shiva Shiva Ganapatiraju Developer - SSOP , NYS - OCFS 5

Re[4]: Logging of the errors in logging

2006-04-02 Thread unegov
ropagate >> errors >> NC> into the calling application. >> NC> While the current internal error handling is not flexible enough >> it is >> NC> unlikely that it will be changed to accommodate a completely >> reliable >> NC> logging scenario.

Re: Re[2]: Logging of the errors in logging

2006-04-02 Thread Ron Grabowski
--- > >> From: unegov [mailto:[EMAIL PROTECTED] > >> Sent: 30 March 2006 08:43 > >> To: [email protected] > >> Subject: Logging of the errors in logging > >> > >> Log4net is a great tool but I'm not fully satisfied how &g

Re[2]: Logging of the errors in logging

2006-04-02 Thread unegov
; Sent: 30 March 2006 08:43 >> To: [email protected] >> Subject: Logging of the errors in logging >> >> Log4net is a great tool but I'm not fully satisfied how >> log4net deals with errors in logging. In my project it is >> necessary not to

RE: Logging of the errors in logging

2006-04-02 Thread Nicko Cadell
completely reliable logging scenario. Regards, Nicko > -Original Message- > From: unegov [mailto:[EMAIL PROTECTED] > Sent: 30 March 2006 08:43 > To: [email protected] > Subject: Logging of the errors in logging > > Log4net is a great tool but I'

Logging of the errors in logging

2006-03-29 Thread unegov
Log4net is a great tool but I'm not fully satisfied how log4net deals with errors in logging. In my project it is necessary not to lose any logging messages if the logging is on so I would prefer log4net threw exceptions rather than wrote errors of logging into Console.Error and Trace as informatio