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
SpecialLogSourceDataThe special log source to which internal errors must be logged.
unprocessed
SpecialLogSourceDataThe special log source to which log entries with at least one non-matching category should be logged.
allEvents
SpecialLogSourceDataThe 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
LoggingErrorsAndWarnings
Gets the special log source used for errors and warnings.
public SpecialLogSourceData LoggingErrorsAndWarnings { get; }
Property Value
Unprocessed
Gets the special log source used for unprocessed entries.
public SpecialLogSourceData Unprocessed { get; }