Skip to content

Commit

Permalink
Merge pull request #56 from epage/reexport
Browse files Browse the repository at this point in the history
feat: Re-export `log` enums
  • Loading branch information
epage committed Mar 31, 2023
2 parents 5d27832 + 6ded6dd commit 89144cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
//!
//! Or implement [`LogLevel`] yourself for more control.

pub use log::Level;
pub use log::LevelFilter;

#[derive(clap::Args, Debug, Clone)]
pub struct Verbosity<L: LogLevel = ErrorLevel> {
#[arg(
Expand Down

0 comments on commit 89144cf

Please sign in to comment.