LogEntry.Categories Property

Category name used to route the log entry to a one or more trace listeners.

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 ICollection<string> Categories { get; set; }
'Declaration
Public Property Categories As ICollection(Of String)
    Get
    Set
public:
property ICollection<String^>^ Categories {
    ICollection<String^>^ get ();
    void set (ICollection<String^>^ value);
}

Property Value

Type: ICollection<String>

See Also

LogEntry Class

LogEntry Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace