Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Docs for new tracing method
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jan 10, 2024
1 parent c6d92b8 commit cca0336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/noosphere-core/src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ mod inner {
});
}

/// Identical to [initialize_tracing], but provides the ability to add in
/// your own [Layer] for tracing.
pub fn initialize_tracing_with_layer<T>(noosphere_log: Option<NoosphereLog>, layer: T)
where
T: Layer<Registry> + Send + Sync + Sized,
Expand Down

0 comments on commit cca0336

Please sign in to comment.