Click or drag to resize

ExecutionLogInterface Interface

Log interface used during the report execution

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.0.0+c1250b26c169a4ba4d702dc7579506e87ba2cd3a
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