Table of Contents

Class SpecialSourcesConfiguration

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Represents the configuration for special log sources

public class SpecialSourcesConfiguration
Inheritance
SpecialSourcesConfiguration
Inherited Members

Constructors

SpecialSourcesConfiguration()

Initializes a new instance of the SpecialSourcesConfiguration class.

public SpecialSourcesConfiguration()

SpecialSourcesConfiguration(SpecialLogSourceData, SpecialLogSourceData, SpecialLogSourceData)

Initializes a new instance of the SpecialSourcesConfiguration class.

public SpecialSourcesConfiguration(SpecialLogSourceData loggingErrorsAndWarnings, SpecialLogSourceData unprocessed, SpecialLogSourceData allEvents)

Parameters

loggingErrorsAndWarnings SpecialLogSourceData

The special log source to which internal errors must be logged.

unprocessed SpecialLogSourceData

The special log source to which log entries with at least one non-matching category should be logged.

allEvents SpecialLogSourceData

The special log source to which all log entries should be logged.

Properties

AllEvents

Gets the special log source used for all events.

public SpecialLogSourceData AllEvents { get; }

Property Value

SpecialLogSourceData

LoggingErrorsAndWarnings

Gets the special log source used for errors and warnings.

public SpecialLogSourceData LoggingErrorsAndWarnings { get; }

Property Value

SpecialLogSourceData

Unprocessed

Gets the special log source used for unprocessed entries.

public SpecialLogSourceData Unprocessed { get; }

Property Value

SpecialLogSourceData