Print a polling dot on the same line (no newline).
Port of verbose_print_dot() from logging.rs lines 81-84.
verbose_print_dot()
verbosePrintDot(); // Prints "." without newline Copy
verbosePrintDot(); // Prints "." without newline
Print a polling dot on the same line (no newline).
Port of
verbose_print_dot()from logging.rs lines 81-84.