Interface ExtendedLogger

    • Method Detail

      • isEnabled

        default boolean isEnabled()
        Returns true if the logger is enabled.

        This allows callers to avoid unnecessary compute when nothing is consuming the data. Because the response is subject to change over the application, callers should call this before each call to Logger.logRecordBuilder().