ContextItems Class

Provides methods to maintain a key/value dictionary that is stored in the CallContext.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
Public Class ContextItems
public class ContextItems
public ref class ContextItems
public class ContextItems

Remarks

A context item represents a key/value that needs to be logged with each message on the same CallContext.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.ContextItems

See Also

ContextItems Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace