MappedDiagnosticsLogicalContext Class |
Note: This API is now obsolete.
Namespace: NLog
The MappedDiagnosticsLogicalContext type exposes the following members.
Name | Description | |
---|---|---|
Clear | Obsolete.
Clears the content of current logical context.
| |
Clear(Boolean) | Obsolete.
Clears the content of current logical context.
| |
Contains | Obsolete.
Checks whether the specified item exists in current logical context.
| |
Get(String) | Obsolete.
Gets the current logical context named item, as String.
| |
Get(String, IFormatProvider) | Obsolete.
Gets the current logical context named item, as String.
| |
GetNames | Obsolete.
Returns all item names
| |
GetObject | Obsolete.
Gets the current logical context named item, as Object.
| |
Remove | Obsolete.
Removes the specified item from current logical context.
| |
Set(String, Object) | Obsolete.
Sets the current logical context item to the specified value.
| |
Set(String, String) | Obsolete.
Sets the current logical context item to the specified value.
| |
SetT(String, T) | Obsolete.
Sets the current logical context item to the specified value.
| |
SetScoped(IReadOnlyListKeyValuePairString, Object) | Obsolete.
Updates the current logical context with multiple items in single operation
| |
SetScoped(String, Object) | Obsolete.
Sets the current logical context item to the specified value.
| |
SetScoped(String, String) | Obsolete.
Sets the current logical context item to the specified value.
| |
SetScopedT(String, T) | Obsolete.
Sets the current logical context item to the specified value.
|