C# Class BuildIt.BasicDebugLogger

Inheritance: ILogService
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

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

Method Details

Debug() public méthode

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

Exception() public méthode

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