Skip to content

Commit

Permalink
derive Debug for FileRotate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ploppz committed Jan 17, 2022
1 parent 2c9a264 commit f82cd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ impl<Repr: Representation> PartialOrd for SuffixInfo<Repr> {
}

/// The main writer used for rotating logs.
#[derive(Debug)]
pub struct FileRotate<S: SuffixScheme> {
basepath: PathBuf,
file: Option<File>,
Expand Down

0 comments on commit f82cd14

Please sign in to comment.