C# 클래스 TraceLogger, CodeSpells

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

공개 프로퍼티들

프로퍼티 타입 설명
file StreamWriter

공개 메소드들

메소드 설명
LogError ( string errors ) : void
LogKV ( string key, string message ) : void
LogKVtime ( string key, string message ) : void
LogStart ( ) : void
LogStop ( ) : void
LogTrace ( string message ) : void
LogTrace ( string spell, string effects ) : void

메소드 상세

LogError() 공개 정적인 메소드

public static LogError ( string errors ) : void
errors string
리턴 void

LogKV() 공개 정적인 메소드

public static LogKV ( string key, string message ) : void
key string
message string
리턴 void

LogKVtime() 공개 정적인 메소드

public static LogKVtime ( string key, string message ) : void
key string
message string
리턴 void

LogStart() 공개 정적인 메소드

public static LogStart ( ) : void
리턴 void

LogStop() 공개 정적인 메소드

public static LogStop ( ) : void
리턴 void

LogTrace() 공개 정적인 메소드

public static LogTrace ( string message ) : void
message string
리턴 void

LogTrace() 공개 정적인 메소드

public static LogTrace ( string spell, string effects ) : void
spell string
effects string
리턴 void

프로퍼티 상세

file 공개적으로 정적으로 프로퍼티

public static StreamWriter file
리턴 StreamWriter