This PR implements a logger at the package root (e.g., for setting logging levels for the entire package), as well as separately for the individual modules (nodes and session, e.g., if a user needs to set separate logging levels for separate functionalities).
This PR implements a logger at the package root (e.g., for setting logging levels for the entire package), as well as separately for the individual modules (
nodes
andsession
, e.g., if a user needs to set separate logging levels for separate functionalities).