C# Class JobManagerClient.Logger

Inheritance: StatusLogger
Show file Open project: ryanski44/VM-Automation-Framework

Public Methods

Method Description
LogString ( string str ) : void
Pause ( ) : void
Resume ( ) : void

Private Methods

Method Description
Logger ( ) : System

Method Details

LogString() public method

public LogString ( string str ) : void
str string
return void

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void