C# Класс Hawkeye.Logging.log4net.Log4NetLayoutFormatter

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

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

Метод Описание
FormatEntry ( LogEntry entry ) : string

Formats the specified log entry.

Log4NetLayoutFormatter ( global log4netLayout ) : System

Initializes a new instance of the Log4NetLayoutFormatter class.

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

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

Formats the specified log entry.
public FormatEntry ( LogEntry entry ) : string
entry LogEntry The entry.
Результат string

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

Initializes a new instance of the Log4NetLayoutFormatter class.
public Log4NetLayoutFormatter ( global log4netLayout ) : System
log4netLayout global The log4net layout.
Результат System