Skip to content

2ed9a478 b47a 3e8c 11c9 975a80ced55d

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

LoggerSettings.SettingsPath Property

Gets the path of the settings section within a configuration file.

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

Syntax

C#

protected static string SettingsPath { get; }

Property Value

Type: String
The settings path to be used inside a configuration file.

Remarks

This property returns the namespace as path of the settings section within a configuration file. Each part of this namespace is separated by a colon instead of a dot. This in turn makes the settings path looking like plexdata:logwriter:settings.

See Also

Reference

LoggerSettings Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally