C# Class TinyTeam.Debuger.TTDebuger

Mostrar archivo Open project: chiuan/TTConsole

Public Properties

Property Type Description
EnableLog bool

Public Methods

Method Description
Log ( object message ) : void
Log ( object message, string customType ) : void
LogError ( object message ) : void
LogError ( object message, string customType ) : void
LogWarning ( object message ) : void
LogWarning ( object message, string customType ) : void
RegisterCommand ( string commandString, object>.Func commandCallback, string CMD_Discribes ) : void
UnRegisterCommand ( string commandString ) : void

Method Details

Log() static public method

static public Log ( object message ) : void
message object
return void

Log() static public method

static public Log ( object message, string customType ) : void
message object
customType string
return void

LogError() static public method

static public LogError ( object message ) : void
message object
return void

LogError() static public method

static public LogError ( object message, string customType ) : void
message object
customType string
return void

LogWarning() static public method

static public LogWarning ( object message ) : void
message object
return void

LogWarning() static public method

static public LogWarning ( object message, string customType ) : void
message object
customType string
return void

RegisterCommand() public static method

public static RegisterCommand ( string commandString, object>.Func commandCallback, string CMD_Discribes ) : void
commandString string
commandCallback object>.Func
CMD_Discribes string
return void

UnRegisterCommand() public static method

public static UnRegisterCommand ( string commandString ) : void
commandString string
return void

Property Details

EnableLog static_oe public_oe property

static public bool EnableLog
return bool