XmlConfigurator MembersApache log4net™ SDK Documentation
The XmlConfigurator type exposes the following members.
Methods

  NameDescription
Public methodStatic memberConfigure 
Automatically configures the log4net system based on the application's configuration settings.
Public methodStatic memberConfigure(FileInfo)
Configures log4net using the specified configuration file.
Public methodStatic memberConfigure(Stream)
Configures log4net using the specified configuration data stream.
Public methodStatic memberConfigure(Uri)
Configures log4net using the specified configuration URI.
Public methodStatic memberConfigure(XmlElement)
Configures log4net using a log4net element
Public methodStatic memberConfigure(ILoggerRepository)
Automatically configures the ILoggerRepository using settings stored in the application's configuration file.
Public methodStatic memberConfigure(ILoggerRepository, FileInfo)
Configures the ILoggerRepository using the specified configuration file.
Public methodStatic memberConfigure(ILoggerRepository, Stream)
Configures the ILoggerRepository using the specified configuration file.
Public methodStatic memberConfigure(ILoggerRepository, Uri)
Configures the ILoggerRepository using the specified configuration URI.
Public methodStatic memberConfigure(ILoggerRepository, XmlElement)
Configures the ILoggerRepository using the specified XML element.
Public methodStatic memberConfigureAndWatch(FileInfo)
Configures log4net using the file specified, monitors the file for changes and reloads the configuration if a change is detected.
Public methodStatic memberConfigureAndWatch(ILoggerRepository, FileInfo)
Configures the ILoggerRepository using the file specified, monitors the file for changes and reloads the configuration if a change is detected.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also