C# Class PclUnit.Run.Log

Inheritance: ILog
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
Indent ( ) : void
ToString ( ) : string
UnIndent ( ) : void
Write ( string format ) : void
WriteLine ( string format ) : void

Private Methods

Méthode Description
WriteIndent ( ) : void

Method Details

Indent() public méthode

public Indent ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnIndent() public méthode

public UnIndent ( ) : void
Résultat void

Write() public méthode

public Write ( string format ) : void
format string
Résultat void

WriteLine() public méthode

public WriteLine ( string format ) : void
format string
Résultat void