C# Class Seal.Forms.DummyLogInterface

Inheritance: ExecutionLogInterface
Afficher le fichier Open project: ariacom/Seal-Report

Méthodes publiques

Méthode Description
IsJobCancelled ( ) : bool
Log ( string text ) : void
LogNoCR ( string text ) : void
LogRaw ( string text ) : void

Method Details

IsJobCancelled() public méthode

public IsJobCancelled ( ) : bool
Résultat bool

Log() public méthode

public Log ( string text ) : void
text string
Résultat void

LogNoCR() public méthode

public LogNoCR ( string text ) : void
text string
Résultat void

LogRaw() public méthode

public LogRaw ( string text ) : void
text string
Résultat void