Interface Bootstrap.ApplicationLogConfigOrBuilder

    • Method Detail

      • 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

        Bootstrap.ApplicationLogConfig.LogFormat 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

        Bootstrap.ApplicationLogConfig.LogFormatOrBuilder 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;