C# Класс Acid.PuntoPagos.Sdk.Imp.Log4NetLoggerProxy

Наследование: Acid.PuntoPagos.Sdk.Interfaces.ILog
Показать файл Открыть проект

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

Метод Описание
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
FatalFormat ( string format ) : void
GetLogger ( string loggerType ) : Acid.PuntoPagos.Sdk.Interfaces.ILog
Info ( object message ) : void
Info ( object message, Exception t ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception t ) : void
WarnFormat ( string format ) : void

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

Метод Описание
Log4NetLoggerProxy ( log4net log ) : System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static GetLogger ( string loggerType ) : Acid.PuntoPagos.Sdk.Interfaces.ILog
loggerType string
Результат Acid.PuntoPagos.Sdk.Interfaces.ILog

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

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

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

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

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

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

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

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

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

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

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

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