Interface SupportsEnablePerformanceLoggingOption<T extends BaseOptions<T>>

    • Field Detail

      • ENABLE_PERFORMANCE_LOGGING_OPTION

        static final java.lang.String ENABLE_PERFORMANCE_LOGGING_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • enablePerformanceLogging

        default T enablePerformanceLogging()
        Set the app to enable performance logging.
        Returns:
        self instance for chaining.
      • setEnablePerformanceLogging

        default T setEnablePerformanceLogging​(boolean bool)
        Set whether the app logs performance.
        Parameters:
        bool - is whether the app logs performance.
        Returns:
        self instance for chaining.
      • isEnablePerformanceLogging

        default java.util.Optional<java.lang.Boolean> isEnablePerformanceLogging()
        Get the app logs performance.
        Returns:
        true if the app logs performance.