<PackageReference Include="Relativity.Logging" Version="2018.11.5" />

ElasticsearchJsonFormatter

public const string ExceptionPropertyName = "Exception"

public const string LevelPropertyName = "level"

public const string MessageTemplatePropertyName = "messageTemplate"

public const string RenderedMessagePropertyName = "message"

public const string TimestampPropertyName = "@timestamp"

public ElasticsearchJsonFormatter(bool omitEnclosingObject = false, string closingDelimiter = null, bool renderMessage = true, IFormatProvider formatProvider = null, IElasticsearchSerializer serializer = null, bool inlineFields = false, bool renderMessageTemplate = true)

protected virtual ScalarValue DotEscapeFieldName(ScalarValue value)

protected virtual string DotEscapeFieldName(string value)

protected void WriteSingleException(Exception exception, ref string delim, TextWriter output, int depth)