tomodrgn.utils.flog# flog(msg: str, outfile: str) → None[source]# Write a string to outfile with a standardized datetime format. Parameters: msg – Text to write to outfile. outfile – Name of log file to write. Returns: None