alchemlyb
alchemlyb copied to clipboard
use logging
For debug and info output we do not want to use print
but use the standard logging facility.
See https://github.com/alchemistry/alchemlyb/pull/32#discussion_r148339627 for more discussion.
We now also use logging for MBAR (see PR #172 ).
There are currently no print()
function calls in alchemlyb itself.
To close this issue, we only need to add to the docs
- [x] user: how to enable logging
- [x] API doc: use logger with name "alchemlyb.MODULE.CLASS" name space.
We can then keep adding logging where necessary.
With PR #303 we now have docs for logging.