C# Class DKIM.ConsoleDebug

Inheritance: IDebug
Show file Open project: dmcgiv/DKIM.Net

Public Methods

Method Description
Write ( string text ) : void
WriteContent ( string name, string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void

Method Details

Write() public method

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

WriteContent() public method

public WriteContent ( string name, string text ) : void
name string
text string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

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