C# 클래스 Epam.JDI.Core.Logging.JDILogger

상속: ILogger
파일 보기 프로젝트 열기: epam/JDI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateFoldersForLogTypes bool
LogDirectoryRoot Func
LogFileFormat Func

공개 메소드들

메소드 설명
CreateDirectory ( string directoryName ) : void
Debug ( string msg ) : void
Error ( string msg ) : void
GetValidUrl ( string logPath ) : string
Info ( string msg ) : void
JDILogger ( ) : System
JDILogger ( string path ) : System
Step ( string msg ) : void
TestDescription ( string msg ) : void
TestSuit ( string msg ) : void
Trace ( string msg ) : void

비공개 메소드들

메소드 설명
GetLogRecord ( string typeName, string msg ) : string
InLog ( string fileName, string typeName, string msg ) : void

메소드 상세

CreateDirectory() 공개 정적인 메소드

public static CreateDirectory ( string directoryName ) : void
directoryName string
리턴 void

Debug() 공개 메소드

public Debug ( string msg ) : void
msg string
리턴 void

Error() 공개 메소드

public Error ( string msg ) : void
msg string
리턴 void

GetValidUrl() 공개 정적인 메소드

public static GetValidUrl ( string logPath ) : string
logPath string
리턴 string

Info() 공개 메소드

public Info ( string msg ) : void
msg string
리턴 void

JDILogger() 공개 메소드

public JDILogger ( ) : System
리턴 System

JDILogger() 공개 메소드

public JDILogger ( string path ) : System
path string
리턴 System

Step() 공개 메소드

public Step ( string msg ) : void
msg string
리턴 void

TestDescription() 공개 메소드

public TestDescription ( string msg ) : void
msg string
리턴 void

TestSuit() 공개 메소드

public TestSuit ( string msg ) : void
msg string
리턴 void

Trace() 공개 메소드

public Trace ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

CreateFoldersForLogTypes 공개적으로 프로퍼티

public bool CreateFoldersForLogTypes
리턴 bool

LogDirectoryRoot 공개적으로 프로퍼티

public Func LogDirectoryRoot
리턴 Func

LogFileFormat 공개적으로 프로퍼티

public Func LogFileFormat
리턴 Func