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