vlog-rs
Macros to do stdout / stderr logs based on verbosity level.
Useful for CLI applications. The default verbosity level is 0, and the supported
max verbosity level is 3, which is equivalent to -vvv flags seen in most Linux
CLI applications.
Example
extern crate vlog;
use ;