Skip to content

f6ab6b14 dfc6 921f 9d64 afccc4262b24

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

ConsoleLoggerSettings.LoadSettings Method

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

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

ConsoleLoggerSettings Class
Plexdata.LogWriter.Settings Namespace
LoggerSettings.LoadSettings(ILoggerSettingsSection)
ConsoleLoggerSettings.GetBufferSize(ILoggerSettingsSection)
ConsoleLoggerSettings.GetColoring(ILoggerSettingsSection, IDictionary(LogLevel, Coloring))

Clone this wiki locally