os-autoinst / isotest-ng

Experimental reimplementation of the isotovideo module of openQA.
GNU General Public License v2.0
4 stars 1 forks source link

Add logging feature #10

Closed ByteOtter closed 3 months ago

ByteOtter commented 3 months ago

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 the env_logger crate this feature requires, they can also opt for implementing their own configuration which can interact with the log macros.