Interface JsonLogConfig.AdditionalFieldConfig

Enclosing interface:
JsonLogConfig

public static interface JsonLogConfig.AdditionalFieldConfig
Post additional fields. E.g. `fieldName1=value1,fieldName2=value2`.
  • Method Details

    • value

      String value()
      Additional field value.
    • type

      @WithDefault("string") JsonLogConfig.AdditionalFieldConfig.Type type()
      Additional field type specification. Supported types: string, int, and long. String is the default if not specified.