C# Class SharedUtils.OutputWriters.ConsoleWriter

Inheritance: IOutputWriter
Show file Open project: skarlman/ForFunAndProfit

Public Methods

Method Description
Write ( ConsoleColor foregroundColor, string text ) : void
Write ( string text ) : void
WriteLine ( ) : void
WriteLine ( ConsoleColor foregroundColor, string text ) : void
WriteLine ( string text ) : void

Method Details

Write() public method

public Write ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
return void

Write() public method

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

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( ConsoleColor foregroundColor, string text ) : void
foregroundColor ConsoleColor
text string
return void

WriteLine() public method

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