The DOMConfigurator type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Configure | Obsolete.
Automatically configures the log4net system based on the
application's configuration settings.
| |
Configure(FileInfo) | Obsolete.
Configures log4net using the specified configuration file.
| |
Configure(Stream) | Obsolete.
Configures log4net using the specified configuration file.
| |
Configure(XmlElement) | Obsolete.
Configures log4net using a log4net element
| |
Configure(ILoggerRepository) | Obsolete.
Automatically configures the ILoggerRepository using settings
stored in the application's configuration file.
| |
Configure(ILoggerRepository, FileInfo) | Obsolete.
Configures the ILoggerRepository using the specified configuration
file.
| |
Configure(ILoggerRepository, Stream) | Obsolete.
Configures the ILoggerRepository using the specified configuration
file.
| |
Configure(ILoggerRepository, XmlElement) | Obsolete.
Configures the ILoggerRepository using the specified XML
element.
| |
ConfigureAndWatch(FileInfo) | Obsolete.
Configures log4net using the file specified, monitors the file for changes
and reloads the configuration if a change is detected.
| |
ConfigureAndWatch(ILoggerRepository, FileInfo) | Obsolete.
Configures the ILoggerRepository using the file specified,
monitors the file for changes and reloads the configuration if a change
is detected.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also