C# Class Microsoft.Protocols.TestSuites.Pccrr.Logger

This class implements all methods of ILogPrinter.
Inheritance: ILogPrinter
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Methods

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 The constructor of Logger.

Method Details

AddDebug() public method

The method implements adding the log of debug information.
public AddDebug ( string message ) : void
message string The log information for debugging
return void

AddInfo() public method

The method implements adding the log information.
public AddInfo ( string message ) : void
message string Message reprents the log information.
return void

AddWarning() public method

The method implements adding the log of warning information.
public AddWarning ( string message ) : void
message string Message reprents the log information.
return void

Logger() public method

Initializes a new instance of the Logger class The constructor of Logger.
public Logger ( ITestSite site ) : System
site ITestSite An instance of ITestSite.
return System