Skip to content

943890db c779 c80c 32c0 5d0eeb412431

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

ILoggerSettingsSection.GetSection Method

Gets the subsection of provided section key.

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

Syntax

C#

ILoggerSettingsSection GetSection(
	string key
)

Parameters

 

key
Type: System.String
The key to get a configuration section for.

Return Value

Type: ILoggerSettingsSection
An instance of ILoggerSettingsSection that represents a configuration subsection. This method never returns null.

Remarks

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.

See Also

Reference

ILoggerSettingsSection Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally