C# Class NLog.Targets.LimitedMemoryTarget

Inheritance: NLog.Targets.TargetWithLayout
Afficher le fichier Open project: loresoft/NLog.Xml

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LimitedMemoryTarget ( ) : System

Initializes a new instance of the LimitedMemoryTarget class.

The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}

Méthodes protégées

Méthode Description
Write ( LogEventInfo logEvent ) : void

Renders the logging event message and adds it to the internal ArrayList of log messages.

Method Details

LimitedMemoryTarget() public méthode

Initializes a new instance of the LimitedMemoryTarget class.
The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
public LimitedMemoryTarget ( ) : System
Résultat System

Write() protected méthode

Renders the logging event message and adds it to the internal ArrayList of log messages.
protected Write ( LogEventInfo logEvent ) : void
logEvent LogEventInfo The logging event.
Résultat void