NestedDiagnosticsContext Methods |
The NestedDiagnosticsContext type exposes the following members.
Name | Description | |
---|---|---|
Clear | Obsolete.
Clears current thread NDC stack.
| |
GetAllMessages | Obsolete.
Gets all messages on the stack.
| |
GetAllMessages(IFormatProvider) | Obsolete.
Gets all messages from the stack, without removing them.
| |
GetAllObjects | Obsolete.
Gets all objects on the stack.
| |
PeekObject | Obsolete.
Peeks the first object on the NDC stack
| |
Pop | Obsolete.
Pops the top message off the NDC stack.
| |
Pop(IFormatProvider) | Obsolete.
Pops the top message from the NDC stack.
| |
PopObject | Obsolete.
Pops the top object off the NDC stack.
| |
Push(Object) | Obsolete.
Pushes the specified object on current thread NDC.
| |
Push(String) | Obsolete.
Pushes the specified text on current thread NDC.
|