-
Notifications
You must be signed in to change notification settings - Fork 0
3eee2434 a0bb 8134 91aa f578061bb58a
Axel Kesseler edited this page Oct 20, 2019
·
12 revisions
Gets the subsection of provided section key.
Namespace: Plexdata.LogWriter.Internals.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.5.1
C#
public ILoggerSettingsSection GetSection(
string key
)
- key
- Type: System.String
The key to get a configuration section for.
Type: ILoggerSettingsSection
An instance of ILoggerSettingsSection that represents a configuration subsection. This method never returns null
.
ILoggerSettingsSection.GetSection(String)
This method tries to find the subsection for a particular section key. The section key may contain multiple section parts. But each part must be separated by a colon.
LoggerSettingsJson Class
Plexdata.LogWriter.Internals.Settings Namespace
LoggerSettingsBase.FindSection(String)