LoggingExceptionHandlerData.Priority 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 minimum value for messages to be processed. Messages with a priority below the minimum are dropped immediately on the client.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("priority", IsRequired := True)> _
PublicPropertyPriorityAs Integer
[ConfigurationPropertyAttribute("priority", IsRequired = true)]
public int Priority { get; set; }
[ConfigurationPropertyAttribute(L"priority", IsRequired = true)]
public:
property int Priority {
int get ();
voidset (int value);
}
publicfunction getPriority () : int
publicfunction setPriority (value : int)
See Also
LoggingExceptionHandlerData Class
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.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. |