C# Class Debugger, Debugger

Inheritance: MonoBehaviour
Afficher le fichier Open project: topameng/Debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
logger ILogger
threadStack string
useLog bool

Méthodes publiques

Méthode Description
Log ( object message ) : void
Log ( string str ) : void
Log ( string str, object arg0 ) : void
Log ( string str, object arg0, object arg1 ) : void
Log ( string str, object arg0, object arg1, object arg2 ) : void
LogError ( object message ) : void
LogError ( string str ) : void
LogError ( string str, object arg0 ) : void
LogError ( string str, object arg0, object arg1 ) : void
LogError ( string str, object arg0, object arg1, object arg2 ) : void
LogException ( Exception, e ) : void
LogException ( string str, Exception, e ) : void
LogWarning ( object message ) : void
LogWarning ( string str ) : void
LogWarning ( string str, object arg0 ) : void
LogWarning ( string str, object arg0, object arg1 ) : void
LogWarning ( string str, object arg0, object arg1, object arg2 ) : void

Private Methods

Méthode Description
GetLogFormat ( string str ) : string

Method Details

Log() public static méthode

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

Log() public static méthode

public static Log ( string str ) : void
str string
Résultat void

Log() public static méthode

public static Log ( string str, object arg0 ) : void
str string
arg0 object
Résultat void

Log() public static méthode

public static Log ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
Résultat void

Log() public static méthode

public static Log ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
Résultat void

LogError() public static méthode

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

LogError() public static méthode

public static LogError ( string str ) : void
str string
Résultat void

LogError() public static méthode

public static LogError ( string str, object arg0 ) : void
str string
arg0 object
Résultat void

LogError() public static méthode

public static LogError ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
Résultat void

LogError() public static méthode

public static LogError ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
Résultat void

LogException() public static méthode

public static LogException ( Exception, e ) : void
e Exception,
Résultat void

LogException() public static méthode

public static LogException ( string str, Exception, e ) : void
str string
e Exception,
Résultat void

LogWarning() public static méthode

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

LogWarning() public static méthode

public static LogWarning ( string str ) : void
str string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string str, object arg0 ) : void
str string
arg0 object
Résultat void

LogWarning() public static méthode

public static LogWarning ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
Résultat void

LogWarning() public static méthode

public static LogWarning ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
Résultat void

Property Details

logger public_oe static_oe property

public static ILogger logger
Résultat ILogger

threadStack public_oe static_oe property

public static string threadStack
Résultat string

useLog public_oe static_oe property

public static bool useLog
Résultat bool