n4r1b / ferrisetw

Basically a KrabsETW rip-off written in Rust
Other
64 stars 23 forks source link

Using the log crate rather than bare println/eprintln #75

Closed daladim closed 1 year ago

daladim commented 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