-
Notifications
You must be signed in to change notification settings - Fork 0
7a3ba373 505d 0abf a8d6 90f245039d4a
Axel Kesseler edited this page Mar 1, 2023
·
12 revisions
Builds the logger settings configuration instance.
Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1
C#
public ILoggerSettingsSection Build()
Type: ILoggerSettingsSection
An instance of type ILoggerSettingsSection that includes the applied logger settings.
ILoggerSettingsBuilder.Build()
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.
LoggerSettingsBuilder Class
Plexdata.LogWriter.Settings Namespace