Skip to content

Commit

Permalink
Split the Logger trait, LogLevel and structs implementing `Logger…
Browse files Browse the repository at this point in the history
…` trait.
  • Loading branch information
dousamichal0807 committed Apr 13, 2022
1 parent 9415d26 commit 1308c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text.rs → src/loggers/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::LogLevel;
/// ```rust
/// use mdlog::Logger;
/// use mdlog::LogLevel;
/// use mdlog::TextLogger;
/// use mdlog::loggers::TextLogger;
///
/// use std::io::stdout;
///
Expand Down

0 comments on commit 1308c74

Please sign in to comment.