Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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 default SourceLevels for the trace source.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("switchValue", IsRequired := True, DefaultValue := SourceLevels.All)> _
PublicPropertyDefaultLevelAs SourceLevels
[ConfigurationPropertyAttribute("switchValue", IsRequired = true, DefaultValue = SourceLevels.All)]
public SourceLevels DefaultLevel { get; set; }
[ConfigurationPropertyAttribute(L"switchValue", IsRequired = true, DefaultValue = SourceLevels::All)]
public:
property SourceLevels DefaultLevel {
SourceLevels get ();
voidset (SourceLevels value);
}
publicfunction getDefaultLevel () : SourceLevels
publicfunction setDefaultLevel (value : SourceLevels)
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. |