C# Class Seq.Client.NLog.SeqTarget

Inheritance: Target
Mostra file Open project: DimensionDataCBUSydney/seq-client

Private Properties

Property Type Description
PostBatch void

Public Methods

Method Description
SeqTarget ( ) : System

Initializes the target.

Protected Methods

Method 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

Method Description
PostBatch ( IEnumerable events ) : void

Method Details

SeqTarget() public method

Initializes the target.
public SeqTarget ( ) : System
return System

Write() protected method

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

Write() protected method

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