tf.keras.config.is_interactive_logging_enabled

Check if interactive logging is enabled.

To switch between writing logs to stdout and absl.logging, you may use keras.config.enable_interactive_logging() and keras.config.disable_interactive_logging().

Boolean, True if interactive logging is enabled, and False otherwise.