Skip to content

7a3ba373 505d 0abf a8d6 90f245039d4a

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

LoggerSettingsBuilder.Build Method

Builds the logger settings configuration instance.

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

Syntax

C#

public ILoggerSettingsSection Build()

Return Value

Type: ILoggerSettingsSection
An instance of type ILoggerSettingsSection that includes the applied logger settings.

Implements

ILoggerSettingsBuilder.Build()

Remarks

This method builds the logger settings configuration instance by processing the provided file. This method never returns null or throws any exception. An empty instance is returned instead.

See Also

Reference

LoggerSettingsBuilder Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally