C# Class NLog.ElasticSearch.ElasticSearchTarget

Inheritance: NLog.Targets.Target
Show file Open project: xpando/NLog.ElasticSearch

Private Properties

Property Type Description

Protected Methods

Method Description
Write ( NLog.Common.AsyncLogEventInfo info ) : void
Write ( LogEventInfo logEvent ) : void

Method Details

Write() protected method

protected Write ( NLog.Common.AsyncLogEventInfo info ) : void
info NLog.Common.AsyncLogEventInfo
return void

Write() protected method

protected Write ( LogEventInfo logEvent ) : void
logEvent LogEventInfo
return void