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
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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