Crates.io | privacy-log |
lib.rs | privacy-log |
version | 0.1.1 |
source | src |
created_at | 2024-08-01 23:53:51.678897 |
updated_at | 2024-08-02 00:02:45.989089 |
description | rust-lang/log without file names and line |
homepage | https://github.com/wcampbell0x2a/privacy-log |
repository | https://github.com/wcampbell0x2a/privacy-log |
max_upload_size | |
id | 1322627 |
size | 15,303 |
rust-lang/log, but without file names and line information.
privacy-log
macros still uses log
internals, you will need to $ cargo add log
to use this crate.log
with privacy-log
.privacy-log
macros still uses log
internals, you will need to $ cargo add log
to use this crate.log
with privacy-log
.After adding log
, you may set Compile Time Filters to further limit output for different profiles.
kv
feature