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 Type
    Method
    Description
    Gets the logging configuration
    void
    Sets the logging configuration
  • Method Details

    • getLogging

      Logging getLogging()
      Gets the logging configuration
      Returns:
      Logging configuration
    • setLogging

      void setLogging(Logging logging)
      Sets the logging configuration
      Parameters:
      logging - Logging configuration