C# Класс Microsoft.Protocols.TestSuites.Pccrtp.Logger

This class implements all methods of ILogger.
Наследование: ILogPrinter
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddDebug() публичный Метод

The method implements adding the log of debug information.
public AddDebug ( string message ) : void
message string Message reprents the log information.
Результат void

AddInfo() публичный Метод

The method implements adding the log information.
public AddInfo ( string message ) : void
message string Message reprents the log information.
Результат void

AddWarning() публичный Метод

The method implements adding the log of warning information.
public AddWarning ( string message ) : void
message string Message reprents the log information.
Результат void

Logger() публичный Метод

Initializes a new instance of the Logger class.
public Logger ( ITestSite site ) : System
site ITestSite An instance of ITestSite.
Результат System