rust-lang/log, but without file names and line information.
- The
privacy-logmacros still usesloginternals, you will need to$ cargo add logto use this crate. - Follow https://github.com/rust-lang/log?tab=readme-ov-file#in-libraries, but replace
logwithprivacy-log.
- The
privacy-logmacros still usesloginternals, you will need to$ cargo add logto use this crate. - Follow https://github.com/rust-lang/log?tab=readme-ov-file#in-executables, but replace
logwithprivacy-log.
After adding log, you may set Compile Time Filters to further limit output for different profiles.
- No support for
kvfeature