Introduce logging to the library alongside a sensible default configuration of a logger behind an optional default-logging feature the users of this library can use. If they do not want to use the env_logger crate this feature requires, they can also opt for implementing their own configuration which can interact with the log macros.
What?
Introduce logging to the library alongside a sensible default configuration of a logger behind an optional
default-logging
feature the users of this library can use. If they do not want to use theenv_logger
crate this feature requires, they can also opt for implementing their own configuration which can interact with thelog
macros.