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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bootstrap.ApplicationLogConfig.LogFormat
getLogFormat()
Optional field to set the application logs format.Bootstrap.ApplicationLogConfig.LogFormatOrBuilder
getLogFormatOrBuilder()
Optional field to set the application logs format.boolean
hasLogFormat()
Optional field to set the application logs format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-