Skip to content

70d50501 c1e6 2589 085d 75b5b1d0a9da

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

MailLoggerSettings.LoadSettings Method

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

Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Mail (in Plexdata.LogWriter.Mail.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

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

Clone this wiki locally