Click or drag to resize

RuntimeManagerWriteLogPerformed Event

Occurs when an explicit write via WriteLog activity or an implicit write via some implicit log messages like Communication-Trace or OTX-ID. If the event is registered, the user is responsible for writting into a log resource and the OTX runtime does not write anything into a log file.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public event WriteLogPerformedHandler WriteLogPerformed

Value

Type: OpenTestSystem.Otx.Runtime.Api.EventWriteLogPerformedHandler

Implements

IRuntimeManagerWriteLogPerformed
See Also