Outputs a formatted string to the console if the specified update interval has passed. The display is either static or adds a newline depending on the this.static_display member.
Tuple of arguments to format
minimum interval between display updates
format string (same format as tanog.util.log.Trace)
variadic list of values referenced in format string
this instance for method chaining
See Implementation
Outputs a formatted string to the console if the specified update interval has passed. The display is either static or adds a newline depending on the this.static_display member.