C# Class LoLGears.Logger

显示文件 Open project: hansonw/LoLGears

Public Methods

Method Description
LogException ( Exception e ) : void
LogMessage ( string message, bool error = false ) : void

Private Methods

Method Description
Logger ( ) : System

Method Details

LogException() public static method

public static LogException ( Exception e ) : void
e System.Exception
return void

LogMessage() public static method

public static LogMessage ( string message, bool error = false ) : void
message string
error bool
return void