Docs.rs
logforth-0.5.0
logforth 0.5.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andylokandy
tisonkun
Dependencies
anyhow ^1.0
normal
colored ^2.1
normal
crossbeam-channel ^0.5
normal
optional
fastrace ^0.6
normal
optional
humantime ^2.1
normal
log ^0.4
normal
opentelemetry ^0.24
normal
optional
opentelemetry-otlp ^0.17
normal
optional
opentelemetry_sdk ^0.24
normal
optional
parking_lot ^0.12
normal
optional
paste ^1.0
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
time ^0.3
normal
optional
Versions
23.08%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
logforth
0.5.0
All Items
Re-exports
Modules
Structs
Crate
logforth
Copy item path
source
·
[
−
]
Re-exports
§
pub use append::
Append
;
pub use filter::
Filter
;
pub use layout::
Layout
;
Modules
§
append
filter
layout
Structs
§
Dispatch
A grouped set of appenders, filters, and optional layout.
Logger
A logger facade that dispatches log records to one or more
Dispatch
instances.