C# Class TTT.Utility.Logger

Show file Open project: swindonmakers/TwitterToTeletype

Public Methods

Method Description
Error ( string message, Exception ex ) : void
Write ( string message ) : void

Method Details

Error() public method

public Error ( string message, Exception ex ) : void
message string
ex System.Exception
return void

Write() public method

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