Use this class to quickly configure a Hierarchy.
For a list of all members of this type, see BasicConfigurator Members.
System.Object
log4net.Config.BasicConfigurator
This type is not safe for multithreaded operations.
Allows very simple programmatic configuration of log4net.
Only one appender can be configured using this configurator. The appender is set at the root of the hierarchy and all logging events will be delivered to that appender.
Appenders can also implement the IOptionHandler interface. Therefore they would require that the ActivateOptions method be called after the appenders properties have been configured.
Namespace: log4net.Config
Assembly: log4net (in log4net.dll)
BasicConfigurator Members | log4net.Config Namespace