C# Class DistributedDeployment.ConsoleLog

Inheritance: ILog
Mostrar archivo Open project: vanthoainguyen/DistributedDeploymentTool

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg, Exception ex ) : void

Method Details

Debug() public method

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

Error() public method

public Error ( string msg, Exception ex ) : void
msg string
ex Exception
return void