C# Class BuildIt.BasicDebugLogger

Inheritance: ILogService
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
Debug ( string message ) : void
Exception ( string message, Exception ex ) : void

Method Details

Debug() public method

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

Exception() public method

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