C# 클래스 UIAutomation.LogHelper

파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
LogCmdlet ( CommonCmdletBase cmdlet ) : void
LogHelper ( ) : System
LogHelper ( string logPath ) : System
LogMethodCall ( string methodName, object arguments ) : void
Trace ( string message ) : void
Warn ( string message ) : void
WriteLog ( LogLevels level, string message ) : void

비공개 메소드들

메소드 설명
ConvertHashtableToString ( Hashtable hashtable ) : string
GetObjectPropertiesInfo ( CommonCmdletBase cmdlet ) : string
GetPropertyString ( CommonCmdletBase cmdlet, PropertyInfo propertyInfo ) : string
Init ( ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( string message ) : void
message string
리턴 void

Info() 공개 메소드

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

LogCmdlet() 공개 메소드

public LogCmdlet ( CommonCmdletBase cmdlet ) : void
cmdlet CommonCmdletBase
리턴 void

LogHelper() 공개 메소드

public LogHelper ( ) : System
리턴 System

LogHelper() 공개 메소드

public LogHelper ( string logPath ) : System
logPath string
리턴 System

LogMethodCall() 공개 메소드

public LogMethodCall ( string methodName, object arguments ) : void
methodName string
arguments object
리턴 void

Trace() 공개 메소드

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

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void

WriteLog() 공개 메소드

public WriteLog ( LogLevels level, string message ) : void
level LogLevels
message string
리턴 void