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

This class implements all methods of ILogPrinter.
Inheritance: ILogPrinter
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Méthode 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

Method Details

AddDebug() public méthode

The method implements adding the log of debug information.
public AddDebug ( string message ) : void
message string The debug information
Résultat void

AddInfo() public méthode

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

AddWarning() public méthode

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

Logger() public méthode

Initializes a new instance of the Logger class
public Logger ( ITestSite site ) : System
site ITestSite An instance of ITestSite.
Résultat System