Interface Bootstrap.ApplicationLogConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Bootstrap.ApplicationLogConfig, Bootstrap.ApplicationLogConfig.Builder
Enclosing class:
Bootstrap

public static interface Bootstrap.ApplicationLogConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional field to set the application logs format.
    Optional field to set the application logs format.
    boolean
    Optional field to set the application logs format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasLogFormat

      boolean hasLogFormat()
       Optional field to set the application logs format. If this field is set, it will override
       the default log format. Setting both this field and :option:`--log-format` command line
       option is not allowed, and will cause a bootstrap error.
       
      .envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.LogFormat log_format = 1;
      Returns:
      Whether the logFormat field is set.
    • getLogFormat

       Optional field to set the application logs format. If this field is set, it will override
       the default log format. Setting both this field and :option:`--log-format` command line
       option is not allowed, and will cause a bootstrap error.
       
      .envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.LogFormat log_format = 1;
      Returns:
      The logFormat.
    • getLogFormatOrBuilder

       Optional field to set the application logs format. If this field is set, it will override
       the default log format. Setting both this field and :option:`--log-format` command line
       option is not allowed, and will cause a bootstrap error.
       
      .envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.LogFormat log_format = 1;