SpecialTraceSourcesData.ErrorsTraceSource Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets or sets the configuration for the mandatory trace source to log processing errors.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("errors", IsRequired := True)> _
PublicPropertyErrorsTraceSourceAs TraceSourceData
[ConfigurationPropertyAttribute("errors", IsRequired = true)]
public TraceSourceData ErrorsTraceSource { get; set; }
[ConfigurationPropertyAttribute(L"errors", IsRequired = true)]
public:
property TraceSourceData^ ErrorsTraceSource {
    TraceSourceData^ get ();
    voidset (TraceSourceData^ value);
}
publicfunction getErrorsTraceSource () : TraceSourceData
publicfunction setErrorsTraceSource (value : TraceSourceData)

See Also

SpecialTraceSourcesData Class

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.