C# Class Seq.Client.NLog.SeqTarget

Inheritance: Target
Afficher le fichier Open project: DimensionDataCBUSydney/seq-client

Private Properties

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

Méthodes publiques

Méthode Description
SeqTarget ( ) : System

Initializes the target.

Méthodes protégées

Méthode Description
Write ( NLog.Common.AsyncLogEventInfo logEvents ) : void

Writes an array of logging events to Seq.

Write ( LogEventInfo logEvent ) : void

Writes logging event to Seq.

Private Methods

Méthode Description
PostBatch ( IEnumerable events ) : void

Method Details

SeqTarget() public méthode

Initializes the target.
public SeqTarget ( ) : System
Résultat System

Write() protected méthode

Writes an array of logging events to Seq.
protected Write ( NLog.Common.AsyncLogEventInfo logEvents ) : void
logEvents NLog.Common.AsyncLogEventInfo Logging events to be written.
Résultat void

Write() protected méthode

Writes logging event to Seq.
protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo Logging event to be written. ///
Résultat void