You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Jupyter notebook demonstrating the logging tool
Create a unit testing file for the notebook
Add a Binder link and button to Read the Docs
Description
Create a notebook for the API version of the logging tool and demonstrate its two functions, use_custom_logger() and use_uwtools_logger(). Unit tests should be created for the notebook and Binder links created on Read the Docs pages.
Outline:
use_custom_logger
Show an example with a custom logger
use_uwtools_logger
Show an example of with the uwtools logger
Show suppressed logging output with quiet=True
Show a longer logging message with verbose=True
The text was updated successfully, but these errors were encountered:
AC
Description
Create a notebook for the API version of the logging tool and demonstrate its two functions,
use_custom_logger()
anduse_uwtools_logger()
. Unit tests should be created for the notebook and Binder links created on Read the Docs pages.Outline:
quiet=True
verbose=True
The text was updated successfully, but these errors were encountered: