C# 클래스 Microsoft.Protocols.TestSuites.Pccrtp.Logger

This class implements all methods of ILogger.
상속: ILogPrinter
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
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