C# Class SnakeBite.Debug

显示文件 Open project: topher-au/SnakeBite

Public Methods

Method Description
Clear ( ) : void
LogLine ( string Text, LogLevel LogLevel = LogLevel.All ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

LogLine() public static method

public static LogLine ( string Text, LogLevel LogLevel = LogLevel.All ) : void
Text string
LogLevel LogLevel
return void