C# Class Hawkeye.Logging.log4net.Log4NetLayoutFormatter

Inheritance: ILogEntryFormatter
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
FormatEntry ( LogEntry entry ) : string

Formats the specified log entry.

Log4NetLayoutFormatter ( global log4netLayout ) : System

Initializes a new instance of the Log4NetLayoutFormatter class.

Method Details

FormatEntry() public méthode

Formats the specified log entry.
public FormatEntry ( LogEntry entry ) : string
entry LogEntry The entry.
Résultat string

Log4NetLayoutFormatter() public méthode

Initializes a new instance of the Log4NetLayoutFormatter class.
public Log4NetLayoutFormatter ( global log4netLayout ) : System
log4netLayout global The log4net layout.
Résultat System