Skip to content

Commit

Permalink
Implement tracing-log on core dynamic metadata
Browse files Browse the repository at this point in the history
And now we reach the point of this commit series. tracing-log is now
capable of implementing its dynamic metadata resolution on solely
publicly available APIs*, and thus so can anyone else do the same.

*Dispatch still uses #[doc(hidden)] APIs to create the value set.
Figuring out how to best expose is still an open question.
  • Loading branch information
CAD97 committed Apr 4, 2022
1 parent f41fec9 commit 8fd1166
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 302 deletions.
1 change: 0 additions & 1 deletion tracing-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ log-tracer = []
[dependencies]
tracing-core = { path = "../tracing-core", version = "0.2"}
log = { version = "0.4" }
lazy_static = "1.3.0"
env_logger = { version = "0.8", optional = true }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 8fd1166

Please sign in to comment.