ITraceLog Interface

Definition

Represents a trace log that is used for writing trace messages from an ITraceableComponent to the report server trace log.

public interface class ITraceLog
public interface ITraceLog
type ITraceLog = interface
Public Interface ITraceLog

Examples

See the example in ITraceableComponent.

Remarks

Do not implement this interface. Instead, use the SetTraceLog method to obtain the reference to an ITraceLog object and use that object to write messages to the report server trace log.

Properties

TraceError

Gets a Boolean value that indicates whether error messages are written to the trace log.

TraceInfo

Gets a Boolean value that indicates whether informational messages are written to the trace log.

TraceVerbose

Gets a Boolean value that indicates whether verbose messages are written to the trace log.

TraceWarning

Gets a Boolean value that indicates whether warning messages are written to the trace log.

Methods

WriteTrace(String, TraceLevel)

Writes a message to the trace log.

Applies to