C# 클래스 Hawkeye.Logging.log4net.Log4NetLayoutFormatter

상속: ILogEntryFormatter
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
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