tomodrgn.utils.vlog# vlog(msg: Any) → None[source]# Write a string to STDOUT with a standardized datetime format only if _verbose is True. Parameters: msg – Text to write to STDOUT. Returns: None