C# 클래스 AdvUtils.Logger

파일 보기 프로젝트 열기: zhongkaifu/AdvUtils

공개 메소드들

메소드 설명
Close ( ) : void
WriteLine ( Level level, string s ) : void
WriteLine ( string s ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( Level level, string s ) : void
level Level
s string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string s ) : void
s string
리턴 void