C# 클래스 Skytap.Utilities.LoggerFactory

Factory class used to create specific types of loggers.
파일 보기 프로젝트 열기: skytap/Skytap-TFS-Automation-Pack

공개 메소드들

메소드 설명
GetLogger ( ) : Logger

Returns a logger instance based on the type of logger that the factory was instructed to create.

Reset ( ) : void

Resets the logger and creates a new one on next request.

메소드 상세

GetLogger() 공개 정적인 메소드

Returns a logger instance based on the type of logger that the factory was instructed to create.
public static GetLogger ( ) : Logger
리턴 Logger

Reset() 공개 정적인 메소드

Resets the logger and creates a new one on next request.
public static Reset ( ) : void
리턴 void