C# Класс COL.UnityGameWheels.Core.InternalLog

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Error() публичный статический Метод

public static Error ( object message ) : void
message object
Результат void

Error() публичный статический Метод

public static Error ( object message, Object context ) : void
message object
context Object
Результат void

ErrorFormat() публичный статический Метод

public static ErrorFormat ( string format ) : void
format string
Результат void

ErrorFormat() публичный статический Метод

public static ErrorFormat ( string format, object arg ) : void
format string
arg object
Результат void

ErrorFormat() публичный статический Метод

public static ErrorFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

ErrorFormat() публичный статический Метод

public static ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void

Exception() публичный статический Метод

public static Exception ( Exception e ) : void
e Exception
Результат void

Exception() публичный статический Метод

public static Exception ( Exception e, Object context ) : void
e Exception
context Object
Результат void

Fatal() публичный статический Метод

public static Fatal ( object message ) : void
message object
Результат void

Fatal() публичный статический Метод

public static Fatal ( object message, Object context ) : void
message object
context Object
Результат void

FatalFormat() публичный статический Метод

public static FatalFormat ( string format ) : void
format string
Результат void

FatalFormat() публичный статический Метод

public static FatalFormat ( string format, object arg ) : void
format string
arg object
Результат void

FatalFormat() публичный статический Метод

public static FatalFormat ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Результат void

FatalFormat() публичный статический Метод

public static FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Результат void