C# 클래스 xn.Log

파일 보기 프로젝트 열기: roxlu/OpenNI

공개 프로퍼티들

프로퍼티 타입 설명
MASK_ALL string

공개 메소드들

메소드 설명
Close ( ) : void
Init ( ) : void
InitFromXmlFile ( string xmlFile ) : void
SetConsoleOutput ( bool on ) : void
SetFileOutput ( bool on ) : void
SetMaskState ( string maskName, bool on ) : void
SetOutputFolder ( string folder ) : void
SetSeverityFilter ( LogSeverity severity ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

InitFromXmlFile() 공개 정적인 메소드

public static InitFromXmlFile ( string xmlFile ) : void
xmlFile string
리턴 void

SetConsoleOutput() 공개 정적인 메소드

public static SetConsoleOutput ( bool on ) : void
on bool
리턴 void

SetFileOutput() 공개 정적인 메소드

public static SetFileOutput ( bool on ) : void
on bool
리턴 void

SetMaskState() 공개 정적인 메소드

public static SetMaskState ( string maskName, bool on ) : void
maskName string
on bool
리턴 void

SetOutputFolder() 공개 정적인 메소드

public static SetOutputFolder ( string folder ) : void
folder string
리턴 void

SetSeverityFilter() 공개 정적인 메소드

public static SetSeverityFilter ( LogSeverity severity ) : void
severity LogSeverity
리턴 void

프로퍼티 상세

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

public static string MASK_ALL
리턴 string