Share via


SpecialSourcesConfiguration.AllEvents Property

Gets the special log source used for all events.

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 SpecialLogSourceData AllEvents { get; internal set; }
'Declaration
Public Property AllEvents As SpecialLogSourceData
    Get
    Friend Set
public:
property SpecialLogSourceData^ AllEvents {
    SpecialLogSourceData^ get ();
    internal: void set (SpecialLogSourceData^ value);
}

Property Value

Type: SpecialLogSourceData

See Also

SpecialSourcesConfiguration Class

SpecialSourcesConfiguration Members

Microsoft.Practices.EnterpriseLibrary.Logging Namespace