Configures log4net using the specified configuration data stream.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- configStream
- Type: System.IO Stream
A stream to load the XML configuration from.
Return Value
Type: ICollection[Missing <returns> documentation for "M:log4net.Config.XmlConfigurator.Configure(System.IO.Stream)"]
Remarks
The configuration data must be valid XML. It must contain at least one element called log4net that holds the log4net configuration data.
Note that this method will NOT close the stream parameter.
See Also