C# Класс Customer.Project.Utilities.FormatLogger

Наследование: IFormatLogger
Показать файл Открыть проект

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

Метод Описание
Debug ( string messageFormatString ) : void
Error ( Exception ex, string prefix ) : void
Error ( string messageFormatString ) : void
Fatal ( Exception ex, string prefix ) : void
Fatal ( string messageFormatString ) : void
FormatLogger ( log4net.ILog log ) : System
Info ( Exception ex, string messageFormatString ) : void

Logs an exception as an info message

Info ( string messageFormatString ) : void
Log ( LogLevel level, Exception ex, string prefix ) : void
Log ( LogLevel level, string messageFormatString ) : void
Warn ( string messageFormatString ) : void

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

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

public Debug ( string messageFormatString ) : void
messageFormatString string
Результат void

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

public Error ( Exception ex, string prefix ) : void
ex System.Exception
prefix string
Результат void

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

public Error ( string messageFormatString ) : void
messageFormatString string
Результат void

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

public Fatal ( Exception ex, string prefix ) : void
ex System.Exception
prefix string
Результат void

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

public Fatal ( string messageFormatString ) : void
messageFormatString string
Результат void

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

public FormatLogger ( log4net.ILog log ) : System
log log4net.ILog
Результат System

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

Logs an exception as an info message
public Info ( Exception ex, string messageFormatString ) : void
ex System.Exception
messageFormatString string
Результат void

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

public Info ( string messageFormatString ) : void
messageFormatString string
Результат void

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

public Log ( LogLevel level, Exception ex, string prefix ) : void
level LogLevel
ex System.Exception
prefix string
Результат void

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

public Log ( LogLevel level, string messageFormatString ) : void
level LogLevel
messageFormatString string
Результат void

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

public Warn ( string messageFormatString ) : void
messageFormatString string
Результат void