Method | Description | |
---|---|---|
AddDebug ( string message ) : void |
The method implements adding the log of debug information.
|
|
AddInfo ( string message ) : void |
The method implements adding the log information.
|
|
AddWarning ( string message ) : void |
The method implements adding the log of warning information.
|
|
Logger ( ITestSite site ) : System |
Initializes a new instance of the Logger class.
|
public AddDebug ( string message ) : void | ||
message | string | Message reprents the log information. |
return | void |
public AddInfo ( string message ) : void | ||
message | string | Message reprents the log information. |
return | void |
public AddWarning ( string message ) : void | ||
message | string | Message reprents the log information. |
return | void |
public Logger ( ITestSite site ) : System | ||
site | ITestSite | An instance of ITestSite. |
return | System |