C# Класс Transloadit.Log.TransloaditLogger

Default Transloadit logger implementation
Наследование: ITransloaditLogger
Показать файл Открыть проект

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

Метод Описание
LogError ( Type type, Exception exception ) : void

Logs errors during application processes

LogError ( Type type, Exception exception, string message ) : void

Logs errors during application processes

LogError ( Type type, string message ) : void

Logs errors during application processes

LogInfo ( Type type, string message ) : void

Logs information during application processes

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

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

Logs errors during application processes
public LogError ( Type type, Exception exception ) : void
type System.Type Type of the class, where the log is proceed
exception System.Exception Exception, which is the reason of the error
Результат void

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

Logs errors during application processes
public LogError ( Type type, Exception exception, string message ) : void
type System.Type Type of the class, where the log is proceed
exception System.Exception Exception, which is the reason of the error
message string Parameterized error message
Результат void

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

Logs errors during application processes
public LogError ( Type type, string message ) : void
type System.Type Type of the class, where the log is proceed
message string Parameterized error message
Результат void

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

Logs information during application processes
public LogInfo ( Type type, string message ) : void
type System.Type Type of the class, where the log is proceed
message string Parameterized info message
Результат void