LoggingInstrumentationProvider.failureLoggingError Event
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. |
Occurs when a failure is detected and it cannot be logged though the errors special log source.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<InstrumentationProviderAttribute("FailureLoggingError")> _
Public Event failureLoggingErrorAs EventHandler(Of FailureLoggingErrorEventArgs)
[InstrumentationProviderAttribute("FailureLoggingError")]
public event EventHandler<FailureLoggingErrorEventArgs> failureLoggingError
[InstrumentationProviderAttribute(L"FailureLoggingError")]
public:
event EventHandler<FailureLoggingErrorEventArgs^>^ failureLoggingError {
voidadd (EventHandler<FailureLoggingErrorEventArgs^>^ value);
voidremove (EventHandler<FailureLoggingErrorEventArgs^>^ value);
}
JScript does not support events.
See Also
LoggingInstrumentationProvider Class
Microsoft.Practices.EnterpriseLibrary.Logging.Instrumentation 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. |