You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: