aihwkit
aihwkit copied to clipboard
Add logging support
Description and motivation
As the toolkit evolves, there are some cases where it would be good to have a system of emitting information of several levels, in order to help debugging and allow users to chose the granularity of displaying that information.
Proposed solution
Start a convention for logging and making use of the logging module sparingly, identifying some cases where producing output would be useful.