LoggingSettings.SpecialTraceSources 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 elements that define the distinguished LogSources: for all events. for missing categories, and for errors and warnings.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("specialSources", IsRequired := True)> _
PublicPropertySpecialTraceSourcesAs SpecialTraceSourcesData
[ConfigurationPropertyAttribute("specialSources", IsRequired = true)]
public SpecialTraceSourcesData SpecialTraceSources { get; set; }
[ConfigurationPropertyAttribute(L"specialSources", IsRequired = true)]
public:
property SpecialTraceSourcesData^ SpecialTraceSources {
SpecialTraceSourcesData^ get ();
voidset (SpecialTraceSourcesData^ value);
}
publicfunction getSpecialTraceSources () : SpecialTraceSourcesData
publicfunction setSpecialTraceSources (value : SpecialTraceSourcesData)
See Also
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. |