Property | Type | Description | |
---|---|---|---|
MASK_ALL | string |
Method | Description | |
---|---|---|
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 | |
return | void |
public static SetConsoleOutput ( bool on ) : void | ||
on | bool | |
return | void |
public static SetFileOutput ( bool on ) : void | ||
on | bool | |
return | void |
public static SetMaskState ( string maskName, bool on ) : void | ||
maskName | string | |
on | bool | |
return | void |
public static SetOutputFolder ( string folder ) : void | ||
folder | string | |
return | void |
public static SetSeverityFilter ( LogSeverity severity ) : void | ||
severity | LogSeverity | |
return | void |