Hello, I'm using log4net with .net 1.0.
It works fine when I use BasicConfigurator.Configure but doesn't compile with XmlConfigurator.Configure: the compiler cannot fin the type of namspace XmlConfigurator.
I looked into the documentation for log'net.Config, I found BasicConfigurator, DOMConfigurator, but not XmlConfigurator.
Is there an error in the the online example using XmlConfigurator.Configure?
Thank you Julien
