1 2 3 4
//! The [clap-logflag](https://crates.io/crates/clap-logflag) library adds a `--log` flag to clap based applications //! to allow CLI users to configure logging from the command line. //! It can log to stderr, files and syslog. //!