C# 클래스 CClash.Logging

파일 보기 프로젝트 열기: artillery/cclash 1 사용 예제들

공개 메소드들

메소드 설명
Emit ( string fmt ) : void
Error ( string fmt ) : void
Hit ( string hashkey, string dir, string obj ) : void
Input ( string dir, string target, IEnumerable args ) : void
Miss ( string hc, DataHashResult reason, string dir, string srcfile, string headerfile ) : void
Warning ( string fmt ) : void

비공개 메소드들

메소드 설명
AppendMissLog ( string str ) : void
HitMissRecord ( string reason, string dir, string srcfile, string headerfile ) : void

메소드 상세

Emit() 공개 정적인 메소드

public static Emit ( string fmt ) : void
fmt string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string fmt ) : void
fmt string
리턴 void

Hit() 공개 정적인 메소드

public static Hit ( string hashkey, string dir, string obj ) : void
hashkey string
dir string
obj string
리턴 void

Input() 공개 정적인 메소드

public static Input ( string dir, string target, IEnumerable args ) : void
dir string
target string
args IEnumerable
리턴 void

Miss() 공개 정적인 메소드

public static Miss ( string hc, DataHashResult reason, string dir, string srcfile, string headerfile ) : void
hc string
reason DataHashResult
dir string
srcfile string
headerfile string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string fmt ) : void
fmt string
리턴 void