Show / Hide Table of Contents

Enum GelfCompressionType

The type of compression the GELF driver uses to compress each log message.

Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum GelfCompressionType
Syntax (vb)
Public Enum GelfCompressionType

Synopsis

Fields

GZIP

The type of compression the GELF driver uses to compress each log message.

NONE

The type of compression the GELF driver uses to compress each log message.

ZLIB

The type of compression the GELF driver uses to compress each log message.

Fields

Name Description
GZIP

The type of compression the GELF driver uses to compress each log message.

NONE

The type of compression the GELF driver uses to compress each log message.

ZLIB

The type of compression the GELF driver uses to compress each log message.

Back to top Generated by DocFX