tf.compat.v1.logging.log_first_n

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

Not threadsafe.

levelThe level at which to log.
msgThe message to be logged.
nThe number of times this should be called before it is logged.
*argsThe args to be substituted into the msg.