SpecialSourcesConfiguration.LoggingErrorsAndWarnings Property
Gets the special log source used for errors and warnings.
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 LoggingErrorsAndWarnings { get; internal set; }
'Declaration
Public Property LoggingErrorsAndWarnings As SpecialLogSourceData
Get
Friend Set
public:
property SpecialLogSourceData^ LoggingErrorsAndWarnings {
SpecialLogSourceData^ get ();
internal: void set (SpecialLogSourceData^ value);
}
Property Value
Type: SpecialLogSourceData
See Also
SpecialSourcesConfiguration Class