Logging Module
Log general info. This info only appears with -v specified.
| Parameters: | msg (str) – Text to log |
|---|
Print a message to stdout
Log info related to threads, particularly stalls caused by waiting on another thread to finish
| Parameters: | msg (str) – Text to log |
|---|