C# Class NLog.Layouts.XmlLayout

Inheritance: Layout
Exibir arquivo Open project: loresoft/NLog.Xml

Private Properties

Property Type Description

Public Methods

Method Description
XmlLayout ( ) : System

Initializes a new instance of the XmlLayout class.

Protected Methods

Method Description
GetFormattedMessage ( LogEventInfo logEvent ) : string

Renders the layout for the specified logging event by invoking layout renderers.

Method Details

GetFormattedMessage() protected method

Renders the layout for the specified logging event by invoking layout renderers.
protected GetFormattedMessage ( LogEventInfo logEvent ) : string
logEvent LogEventInfo The logging event.
return string

XmlLayout() public method

Initializes a new instance of the XmlLayout class.
public XmlLayout ( ) : System
return System