Click or drag to resize

NestedDiagnosticsLogicalContext Methods

The NestedDiagnosticsLogicalContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear Obsolete.
Clears current stack.
Public methodStatic memberGetAllMessages Obsolete.
Gets all messages on the stack.
Public methodStatic memberGetAllMessages(IFormatProvider) Obsolete.
Gets all messages from the stack, without removing them.
Public methodStatic memberGetAllObjects Obsolete.
Gets all objects on the stack. The objects are not removed from the stack.
Public methodStatic memberPeekObject Obsolete.
Peeks the top object on the current NDLC stack
Public methodStatic memberPop Obsolete.
Pops the top message off the NDLC stack.
Public methodStatic memberPop(IFormatProvider) Obsolete.
Pops the top message from the NDLC stack.
Public methodStatic memberPopObject Obsolete.
Pops the top message off the current NDLC stack
Public methodStatic memberPushT Obsolete.
Pushes the specified value on current stack
Public methodStatic memberPushObject Obsolete.
Pushes the specified value on current stack
Top
See Also