Click or drag to resize

ExecutionLogInterface Interface

Log interface used during the report execution

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public interface ExecutionLogInterface

The ExecutionLogInterface type exposes the following members.

Methods
 NameDescription
Public methodIsJobCancelled True if the Job is cancelled
Public methodLog Log the text with optional parameters
Public methodLogNoCR Log the text with optional parameters with no Carriage Return/Line Feed
Public methodLogRaw Log the text with optional parameters without any Timestamp
Top
See Also