Skip to content

Commit

Permalink
Update spdlog/src/logger.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Asuna <[email protected]>
  • Loading branch information
Nicholas-Clavette and SpriteOvO authored Jan 12, 2025
1 parent 210a2e2 commit 5b0e19a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spdlog/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ impl Debug for Logger {
.map(|sink| sink.level_filter())
.collect::<Vec<_>>(),
)
.field("flush_level_filter", &self.flush_level_filter())
.field("error_handler", &self.error_handler.read())
.field(
"periodic_flusher",
&self
Expand Down

0 comments on commit 5b0e19a

Please sign in to comment.