Skip to content

e04aa6b8 d2a9 40fa 917a 794d02c3f521

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

StreamLoggerSettings.LoadSettings Method

The method loads all settings from provided configuration and initializes all properties accordingly.

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

Syntax

C#

protected override void LoadSettings(
	ILoggerSettingsSection configuration
)

Parameters

 

configuration
Type: Plexdata.LogWriter.Abstraction.ILoggerSettingsSection
An instance of ILoggerSettingsSection that represents the settings to be applied.

Remarks

This method has been overwritten and calls the inherited base class method to ensure all settings are loaded accordingly.

See Also

Reference

StreamLoggerSettings Class
Plexdata.LogWriter.Settings Namespace
LoggerSettings.LoadSettings(ILoggerSettingsSection)

Clone this wiki locally