RE: Log4Net Repository

2009-09-02 Thread mattyboy
single assembly: > > > > > type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> > > > > type="log4net.Appender.RollingFileAppender"> > > > > > > > > > > > > > >

RE: Log4Net Repository

2009-09-02 Thread Neil Haughton
[email protected]] Sent: 02 September 2009 09:39 To: 'Log4NET User' Subject: RE: Log4Net Repository Hi Mattyboy, as long as you use the same logger in all your assemblies, everything will be logged in the same file: ILog logger = LogManager.GetLogger("ClaymoreLogger"); logger.Inf

RE: Log4Net Repository

2009-09-02 Thread Wolfgang
utions.com] Sent: Mittwoch, 2. September 2009 10:24 To: [email protected] Subject: Log4Net Repository Hi, I'm new to Log4Net having stumbled across it by accident. I've managed to get a single .Net assembly logging to a file using the RollingFileAppender. This works fin

Log4Net Repository

2009-09-02 Thread mattyboy
27;m using at the moment for a single assembly: -- View this message in context: http://www.nabble.com/Log4Net-Repository-tp25253481p25253481.html Sent from th