Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DOMConfigurator.Configure�Method�(ILoggerRepository, Stream)

NOTE: This method is now obsolete.

Use XmlConfigurator.Configure instead of DOMConfigurator.Configure


Configures the ILoggerRepository using the specified configuration file.

[Visual�Basic]
Overloads�Public�Shared�Sub�Configure( _
���ByVal repository�As�ILoggerRepository,�_
���ByVal configStream�As�Stream�_
)
[C#]
public�static�void�Configure(
���ILoggerRepositoryrepository,
���StreamconfigStream
);

Parameters

repository
The repository to configure.
configStream
The stream to load the XML configuration from.

Remarks

DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator.

The configuration data must be valid XML. It must contain at least one element called log4net that holds the configuration data.

Note that this method will NOT close the stream parameter.

See Also

DOMConfigurator Class | log4net.Config Namespace | DOMConfigurator.Configure Overload List