Click or drag to resize

ClientLogMessage Event

Occurs when a message is logged by Avaya Client Services.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public static event EventHandler<LogMessageEventArgs> LogMessage

Value

Type: SystemEventHandlerLogMessageEventArgs
Remarks
It is recommended that the application install an event handler on this event prior to creating the Client object so that trace logs associated with the creation of the Client object are captured.

Note that if the application does not install an event handler on this event, trace logs generated by Avaya Client Services will be directed to the standard .NET tracing mechanism.

See Also