public class ElasticLogger : Logger
ElasticSearch logger implementation.
Messages are queued and written to the server when any of the following conditions are met: The name of the index that the logger writes messages to is determined by a function (the
indexCreator
constructor argument). This usually returns an index name based off of the current time.

Functions

this