Skip to content

Commit

Permalink
feat: export ColoredLevel (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Aug 1, 2024
1 parent 44afe70 commit 6eada29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub use identical::Identical;
pub use kv_display::KvDisplay;
#[cfg(feature = "json")]
pub use simple_json::SimpleJson;
pub use simple_text::ColoredLevel;
pub use simple_text::SimpleText;

mod custom;
Expand Down

0 comments on commit 6eada29

Please sign in to comment.