C# Class DKIM.ConsoleDebug

Inheritance: IDebug
Afficher le fichier Open project: dmcgiv/DKIM.Net

Méthodes publiques

Méthode Description
Write ( string text ) : void
WriteContent ( string name, string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void

Method Details

Write() public méthode

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

WriteContent() public méthode

public WriteContent ( string name, string text ) : void
name string
text string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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