Skip to content

Commit

Permalink
🧹: Small update to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy99jsp committed Dec 27, 2023
1 parent 45d86f8 commit 4f90bd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/logging.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//!
//! Logging utilizing `slog` (and `slog_term`).
//!
use lazy_static::lazy_static;
use slog::{Logger, Drain, o};

Expand Down
3 changes: 3 additions & 0 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//!
//! Utilities for Nadva.
//!
//! Includes:
//! * Logging
//!
mod logging;

pub use logging::LOG;

0 comments on commit 4f90bd0

Please sign in to comment.