C# Class Ampere.BuildLog

Datei anzeigen Open project: MikePopoloski/ampere Class Usage Examples

Public Methods

Method Description
Error ( string format ) : void
Info ( string format ) : void
Warning ( string format ) : void
Write ( string format ) : void

Private Methods

Method Description
Write ( ConsoleColor color, string format ) : void

Method Details

Error() public method

public Error ( string format ) : void
format string
return void

Info() public method

public Info ( string format ) : void
format string
return void

Warning() public method

public Warning ( string format ) : void
format string
return void

Write() public method

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