Registry / logging / vlog
library0.1.4rscratesunverified

Macros to do stdout/stderr logs based on verbosity level, enabling conditional logging.

# Cargo.toml [dependencies] vlog = "0.1.4"
INSTALL
IMPORT
SIG · VLOG
V
vlog
loggingrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vlog
use vlog::vlog;

Log a message at verbosity level 1.

use vlog::vlog; fn main() { vlog!(1, "This is a verbose message at level 1"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
Resources
vlog — cargo add vlog · libregistry