프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static InitFromXmlFile ( string xmlFile ) : void | ||
xmlFile | string | |
리턴 | void |
public static SetMaskState ( string maskName, bool on ) : void | ||
maskName | string | |
on | bool | |
리턴 | void |
public static SetOutputFolder ( string folder ) : void | ||
folder | string | |
리턴 | void |
public static SetSeverityFilter ( LogSeverity severity ) : void | ||
severity | LogSeverity | |
리턴 | void |