GlobalDiagnosticsContext Class |
Namespace: NLog
The GlobalDiagnosticsContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clears the content of the Global Diagnostics Context (GDC) dictionary.
| |
| Contains |
Determines whether the Global Diagnostics Context (GDC) dictionary contains the specified key.
| |
| Get(String) |
Gets the value with the specified key in the Global Diagnostics Context (GDC) dictionary
| |
| Get(String, IFormatProvider) |
Gets the value with the specified key in the Global Diagnostics Context (GDC) dictionary
| |
| GetNames |
Gets all key-names from Global Diagnostics Context (GDC) dictionary
| |
| GetObject |
Gets the value with the specified key in the Global Diagnostics Context (GDC) dictionary
| |
| Remove |
Removes the value with the specified key from the Global Diagnostics Context (GDC) dictionary
| |
| Set(String, Object) |
Sets the value with the specified key in the Global Diagnostics Context (GDC) dictionary
| |
| Set(String, String) |
Sets the value with the specified key in the Global Diagnostics Context (GDC) dictionary
|