C# Class xn.Log

Show file Open project: roxlu/OpenNI

Public Properties

Property Type Description
MASK_ALL string

Public Methods

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

Method Details

Close() public static method

public static Close ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

InitFromXmlFile() public static method

public static InitFromXmlFile ( string xmlFile ) : void
xmlFile string
return void

SetConsoleOutput() public static method

public static SetConsoleOutput ( bool on ) : void
on bool
return void

SetFileOutput() public static method

public static SetFileOutput ( bool on ) : void
on bool
return void

SetMaskState() public static method

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

SetOutputFolder() public static method

public static SetOutputFolder ( string folder ) : void
folder string
return void

SetSeverityFilter() public static method

public static SetSeverityFilter ( LogSeverity severity ) : void
severity LogSeverity
return void

Property Details

MASK_ALL public static property

public static string MASK_ALL
return string