C# Class TTT.Utility.Logger

Afficher le fichier Open project: swindonmakers/TwitterToTeletype

Méthodes publiques

Méthode Description
Error ( string message, Exception ex ) : void
Write ( string message ) : void

Method Details

Error() public méthode

public Error ( string message, Exception ex ) : void
message string
ex System.Exception
Résultat void

Write() public méthode

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