A tracing context from which messages can be added to the Interaction Client log file.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public interface ITraceContext
Visual Basic
Public Interface ITraceContext

Remarks

The trace messages are logged at levels in the following order (from low to high): Always(String), Error(String), Warning(String), Status(String), Note(String), Verbose(String). For example, traces logged with the Warning(String) method will be traced if the trace settings are at "Warning" level or higher. However if the trace setting is at "Error", the message will not be logged.

See Also