C# Class Skytap.Utilities.DelegateLogger

Inheritance: Logger
Show file Open project: skytap/Skytap-TFS-Automation-Pack

Protected Methods

Method Description
_LogError ( string message ) : void
_LogImportant ( string message ) : void
_LogInfo ( string message ) : void

Method Details

_LogError() protected method

protected _LogError ( string message ) : void
message string
return void

_LogImportant() protected method

protected _LogImportant ( string message ) : void
message string
return void

_LogInfo() protected method

protected _LogInfo ( string message ) : void
message string
return void