Closed
Description
The log crate provides macros like debug!
, info!
, trace!
, etc. There is no need to recreate this in mdBook.
Another advantage of using the log
crate is that the final behavior of the logging macros is defined by the binary. If mdBook were to be used as a lib, the user could choose how the logging reports the information.
Metadata
Metadata
Assignees
Labels
No labels