Skip to content

38f6d520 7882 99d4 3d20 6cc4b084fee2

Axel Kesseler edited this page Mar 1, 2023 · 12 revisions

LoggerSettingsBase.Load Method (Stream)

Loads the configuration from provided stream.

Namespace: Plexdata.LogWriter.Internals.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

protected abstract XElement Load(
	Stream stream
)

Parameters

 

stream
Type: System.IO.Stream
The stream to load the configuration from.

Return Value

Type: XElement
The root element of the loaded configuration or null in case of an error.

Remarks

Task of this method is to load the configuration from provided stream. This method must be implemented by derived classes. The method should not throw any exception.

See Also

Reference

LoggerSettingsBase Class
Load Overload
Plexdata.LogWriter.Internals.Settings Namespace
LoggerSettingsBase.Load(XmlReader)

Clone this wiki locally