C# Class TinyTeam.Debuger.TTDebuger

Afficher le fichier Open project: chiuan/TTConsole

Méthodes publiques

Свойство Type Description
EnableLog bool

Méthodes publiques

Méthode 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 méthode

static public Log ( object message ) : void
message object
Résultat void

Log() static public méthode

static public Log ( object message, string customType ) : void
message object
customType string
Résultat void

LogError() static public méthode

static public LogError ( object message ) : void
message object
Résultat void

LogError() static public méthode

static public LogError ( object message, string customType ) : void
message object
customType string
Résultat void

LogWarning() static public méthode

static public LogWarning ( object message ) : void
message object
Résultat void

LogWarning() static public méthode

static public LogWarning ( object message, string customType ) : void
message object
customType string
Résultat void

RegisterCommand() public static méthode

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

UnRegisterCommand() public static méthode

public static UnRegisterCommand ( string commandString ) : void
commandString string
Résultat void

Property Details

EnableLog static_oe public_oe property

static public bool EnableLog
Résultat bool