-
Notifications
You must be signed in to change notification settings - Fork 0
654a3519 0bdd 8aa6 2544 72fac0810bee
Axel Kesseler edited this page Mar 1, 2023
·
12 revisions
The base class of all supported logger settings sections.
System.Object
Plexdata.LogWriter.Internals.Settings.LoggerSettingsBase
Plexdata.LogWriter.Internals.Settings.LoggerSettingsEmpty
Plexdata.LogWriter.Internals.Settings.LoggerSettingsJson
Plexdata.LogWriter.Internals.Settings.LoggerSettingsXml
Namespace: Plexdata.LogWriter.Internals.Settings
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1
C#
internal abstract class LoggerSettingsBase
The LoggerSettingsBase type exposes the following members.
Name | Description | |
---|---|---|
LoggerSettingsBase | The default class constructor. |
Name | Description | |
---|---|---|
Parent | Gets and sets the parent configuration section. | |
Path | The path of this configuration section. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindSection(String) | Finds a configuration subsection assigned to provided key. | |
FindSection(String[]) | Finds a configuration subsection assigned to provided key hierarchy. | |
FindSection(Queue(String), IEnumerable(XElement)) | Finds a configuration subsection assigned to provided key hierarchy. | |
FindValue | Finds a configuration value assigned to section of provided key. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEqual | Determines the equality of two string. | |
Load(Stream) | Loads the configuration from provided stream. | |
Load(XmlReader) | Loads the configuration from provided reader. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
separators | This field contains the list of supported section separators. |
This internal abstract class serves as the base class of all supported logger settings sections. Furthermore, this class does the actual work of section, subsection and value management.