Re: Class Library Logging

2006-04-03 Thread Matthew Brown
Is there a reason why there are no appender-ref's in the root element? I would start there...I think the next step someone would ask is if you see anything using the internal log4net logging. On 4/3/06, Christopher Quest <[EMAIL PROTECTED]> wrote: Hi,   I am using V1.2.0-beta8, on a test .D

Class Library Logging

2006-04-03 Thread Christopher Quest
Title: Message Hi,   I am using V1.2.0-beta8, on a test .DLL written in C# against .NET1.1 with the DLL being called from a C# windows application.   I have this attribute in the the Assemblyinfo.cs file:   [assembly: DOMConfiguratorAttribute(ConfigFile="UIFeasibility.log.config",Watch=true)