C# Class Debugger, Debugger

Inheritance: MonoBehaviour
Mostrar archivo Open project: topameng/Debugger Class Usage Examples

Public Properties

Property Type Description
logger ILogger
threadStack string
useLog bool

Public Methods

Method 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

Method Description
GetLogFormat ( string str ) : string

Method Details

Log() public static method

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

Log() public static method

public static Log ( string str ) : void
str string
return void

Log() public static method

public static Log ( string str, object arg0 ) : void
str string
arg0 object
return void

Log() public static method

public static Log ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
return void

Log() public static method

public static Log ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
return void

LogError() public static method

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

LogError() public static method

public static LogError ( string str ) : void
str string
return void

LogError() public static method

public static LogError ( string str, object arg0 ) : void
str string
arg0 object
return void

LogError() public static method

public static LogError ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
return void

LogError() public static method

public static LogError ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
return void

LogException() public static method

public static LogException ( Exception, e ) : void
e Exception,
return void

LogException() public static method

public static LogException ( string str, Exception, e ) : void
str string
e Exception,
return void

LogWarning() public static method

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

LogWarning() public static method

public static LogWarning ( string str ) : void
str string
return void

LogWarning() public static method

public static LogWarning ( string str, object arg0 ) : void
str string
arg0 object
return void

LogWarning() public static method

public static LogWarning ( string str, object arg0, object arg1 ) : void
str string
arg0 object
arg1 object
return void

LogWarning() public static method

public static LogWarning ( string str, object arg0, object arg1, object arg2 ) : void
str string
arg0 object
arg1 object
arg2 object
return void

Property Details

logger public_oe static_oe property

public static ILogger logger
return ILogger

threadStack public_oe static_oe property

public static string threadStack
return string

useLog public_oe static_oe property

public static bool useLog
return bool