C# 클래스 Microsoft.Fast.FastLog

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

공개 메소드들

메소드 설명
FastLog ( ) : System
FastLog ( TextWriter tw ) : System
Reset ( ) : void
SetTextWriter ( TextWriter textw ) : void
WriteLog ( LogLevel lv, string s ) : void
setLogLevel ( LogLevel lv ) : void

메소드 상세

FastLog() 공개 메소드

public FastLog ( ) : System
리턴 System

FastLog() 공개 메소드

public FastLog ( TextWriter tw ) : System
tw System.IO.TextWriter
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetTextWriter() 공개 메소드

public SetTextWriter ( TextWriter textw ) : void
textw System.IO.TextWriter
리턴 void

WriteLog() 공개 메소드

public WriteLog ( LogLevel lv, string s ) : void
lv LogLevel
s string
리턴 void

setLogLevel() 공개 메소드

public setLogLevel ( LogLevel lv ) : void
lv LogLevel
리턴 void