tf.compat.v1.logging.log_first_n

View source on GitHub

Log 'msg % args' at level 'level' only first 'n' times.

tf.compat.v1.logging.log_first_n(
    level, msg, n, *args
)

Not threadsafe.

Args: