C# Класс Avro.Logger

Показать файл Открыть проект

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

Метод Описание
ConfigureForUnitTesting ( ) : void
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, object arg0 ) : void
DebugFormat ( string format, object arg0, object arg1 ) : void
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, object arg0 ) : void
ErrorFormat ( string format, object arg0, object arg1 ) : void
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, object arg0 ) : void
InfoFormat ( string format, object arg0, object arg1 ) : void
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void
Logger ( ) : System
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( string format ) : void
WarnFormat ( string format, object arg0 ) : void
WarnFormat ( string format, object arg0, object arg1 ) : void
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void

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

Метод Описание
debug ( string format ) : void
error ( string format ) : void
formatMessage ( string level, string format, object args ) : string
info ( string format ) : void
warn ( string format ) : void

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

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

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

Debug() публичный Метод

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

Debug() публичный Метод

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

DebugFormat() публичный Метод

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

DebugFormat() публичный Метод

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

DebugFormat() публичный Метод

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

DebugFormat() публичный Метод

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

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

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

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

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

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

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

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

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

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

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

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

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

Info() публичный Метод

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

Info() публичный Метод

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

InfoFormat() публичный Метод

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

InfoFormat() публичный Метод

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

InfoFormat() публичный Метод

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

InfoFormat() публичный Метод

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

Logger() публичный Метод

public Logger ( ) : System
Результат System

Warn() публичный Метод

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

Warn() публичный Метод

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
Результат void

WarnFormat() публичный Метод

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

WarnFormat() публичный Метод

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

WarnFormat() публичный Метод

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

WarnFormat() публичный Метод

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