Deli putem


LoggingInstrumentationProvider.logEventRaised 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 log entry is logged.

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

Syntax

'Declaration
<InstrumentationProviderAttribute("LoggingEventRaised")> _
Public Event logEventRaisedAs EventHandler(Of EventArgs)
[InstrumentationProviderAttribute("LoggingEventRaised")]
public event EventHandler<EventArgs> logEventRaised
[InstrumentationProviderAttribute(L"LoggingEventRaised")]
public:
 event EventHandler<EventArgs^>^ logEventRaised {
    voidadd (EventHandler<EventArgs^>^ value);
    voidremove (EventHandler<EventArgs^>^ 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.