C# Class Seal.Forms.DummyLogInterface

Inheritance: ExecutionLogInterface
Mostra file Open project: ariacom/Seal-Report

Public Methods

Method Description
IsJobCancelled ( ) : bool
Log ( string text ) : void
LogNoCR ( string text ) : void
LogRaw ( string text ) : void

Method Details

IsJobCancelled() public method

public IsJobCancelled ( ) : bool
return bool

Log() public method

public Log ( string text ) : void
text string
return void

LogNoCR() public method

public LogNoCR ( string text ) : void
text string
return void

LogRaw() public method

public LogRaw ( string text ) : void
text string
return void