Interface HasConfigurableLogging
- All Known Implementing Classes:
AbstractKafkaConnectSpec,CruiseControlSpec,EntityTopicOperatorSpec,EntityUserOperatorSpec,KafkaBridgeSpec,KafkaClusterSpec,KafkaConnectSpec,KafkaMirrorMaker2Spec,KafkaMirrorMakerSpec,ZookeeperClusterSpec
public interface HasConfigurableLogging
This interface is used for sections of our custom resources which support configurable logging.
-
Method Summary
Modifier and TypeMethodDescriptionGets the logging configurationvoidsetLogging(Logging logging) Sets the logging configuration
-
Method Details
-
getLogging
Logging getLogging()Gets the logging configuration- Returns:
- Logging configuration
-
setLogging
Sets the logging configuration- Parameters:
logging- Logging configuration
-