C# Class NLog.LayoutRenderers.Log4JXmlEventLayoutRenderer

Inheritance: LayoutRenderer
Afficher le fichier Open project: NLog/NLog

Private Properties

Свойство Type Description
AppendToStringBuilder void

Méthodes publiques

Méthode Description
Log4JXmlEventLayoutRenderer ( ) : System

Initializes a new instance of the Log4JXmlEventLayoutRenderer class.

Log4JXmlEventLayoutRenderer ( IAppDomain appDomain ) : System

Initializes a new instance of the Log4JXmlEventLayoutRenderer class.

Méthodes protégées

Méthode Description
Append ( StringBuilder builder, LogEventInfo logEvent ) : void

Renders the XML logging event and appends it to the specified StringBuilder.

Private Methods

Méthode Description
AppendToStringBuilder ( StringBuilder sb, LogEventInfo logEvent ) : void

Method Details

Append() protected méthode

Renders the XML logging event and appends it to the specified StringBuilder.
protected Append ( StringBuilder builder, LogEventInfo logEvent ) : void
builder StringBuilder The to append the rendered data to.
logEvent LogEventInfo Logging event.
Résultat void

Log4JXmlEventLayoutRenderer() public méthode

Initializes a new instance of the Log4JXmlEventLayoutRenderer class.
public Log4JXmlEventLayoutRenderer ( ) : System
Résultat System

Log4JXmlEventLayoutRenderer() public méthode

Initializes a new instance of the Log4JXmlEventLayoutRenderer class.
public Log4JXmlEventLayoutRenderer ( IAppDomain appDomain ) : System
appDomain IAppDomain
Résultat System