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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class ContextItems
'Declaration
Public Class ContextItems
public ref 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