Click or drag to resize

MappedDiagnosticsLogicalContext Methods

The MappedDiagnosticsLogicalContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear Obsolete.
Clears the content of current logical context.
Public methodStatic memberClear(Boolean) Obsolete.
Clears the content of current logical context.
Public methodStatic memberContains Obsolete.
Checks whether the specified item exists in current logical context.
Public methodStatic memberGet(String) Obsolete.
Gets the current logical context named item, as String.
Public methodStatic memberGet(String, IFormatProvider) Obsolete.
Gets the current logical context named item, as String.
Public methodStatic memberGetNames Obsolete.
Returns all item names
Public methodStatic memberGetObject Obsolete.
Gets the current logical context named item, as Object.
Public methodStatic memberRemove Obsolete.
Removes the specified item from current logical context.
Public methodStatic memberSet(String, Object) Obsolete.
Sets the current logical context item to the specified value.
Public methodStatic memberSet(String, String) Obsolete.
Sets the current logical context item to the specified value.
Public methodStatic memberSetT(String, T) Obsolete.
Sets the current logical context item to the specified value.
Public methodStatic memberSetScoped(IReadOnlyListKeyValuePairString, Object) Obsolete.
Updates the current logical context with multiple items in single operation
Public methodStatic memberSetScoped(String, Object) Obsolete.
Sets the current logical context item to the specified value.
Public methodStatic memberSetScoped(String, String) Obsolete.
Sets the current logical context item to the specified value.
Public methodStatic memberSetScopedT(String, T) Obsolete.
Sets the current logical context item to the specified value.
Top
See Also