Closed daladim closed 1 year ago
Because using println and eprintln in a library crate is not a very good practise. log gives more control to the user binary
println
eprintln
log
Because using
println
andeprintln
in a library crate is not a very good practise.log
gives more control to the user binary