C# Class COL.UnityGameWheels.Unity.Log

Show file Open project: GarfieldJiang/UnityGameWheels.Unity

Public Methods

Method Description
Error ( object message ) : void
Error ( object message, Object context ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Exception ( Exception e ) : void
Exception ( Exception e, Object context ) : void
Fatal ( object message ) : void
Fatal ( object message, Object context ) : void
FatalFormat ( string format ) : void
FatalFormat ( string format, object arg ) : void
FatalFormat ( string format, object arg0, object arg1 ) : void
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
SetLogger ( ILoggerImpl loggerImpl ) : void

Private Methods

Method Description
Debug ( object message ) : void
Debug ( object message, Object context ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Object context ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
Warning ( object message ) : void
Warning ( object message, Object context ) : void
WarningFormat ( string format ) : void
WarningFormat ( string format, object arg ) : void
WarningFormat ( string format, object arg0, object arg1 ) : void
WarningFormat ( string format, object arg0, object arg1, object arg2 ) : void

Method Details

Error() public static method

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

Error() public static method

public static Error ( object message, Object context ) : void
message object
context Object
return void

ErrorFormat() public static method

public static ErrorFormat ( string format ) : void
format string
return void

ErrorFormat() public static method

public static ErrorFormat ( string format, object arg ) : void
format string
arg object
return void

ErrorFormat() public static method

public static ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

ErrorFormat() public static method

public static ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

Exception() public static method

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

Exception() public static method

public static Exception ( Exception e, Object context ) : void
e Exception
context Object
return void

Fatal() public static method

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

Fatal() public static method

public static Fatal ( object message, Object context ) : void
message object
context Object
return void

FatalFormat() public static method

public static FatalFormat ( string format ) : void
format string
return void

FatalFormat() public static method

public static FatalFormat ( string format, object arg ) : void
format string
arg object
return void

FatalFormat() public static method

public static FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
return void

FatalFormat() public static method

public static FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
return void

SetLogger() public static method

public static SetLogger ( ILoggerImpl loggerImpl ) : void
loggerImpl ILoggerImpl
return void