logging-options 0.1.0

Reusable `clap` options for logging (e.g. `--quiet` vs `--debug`) with pluggable logging providers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "logging-options"
description = "Reusable `clap` options for logging (e.g. `--quiet` vs `--debug`) with pluggable logging providers."
version = "0.1.0"
license.workspace = true
homepage.workspace = true
edition.workspace = true

[dependencies]
clap = { workspace = true, features = ["derive"] }
env_logger.workspace = true
log.workspace = true