Docs.rs
s-structured-log-0.2.0
s-structured-log 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
sifyfy
Dependencies
log ^0.3.6
normal
serde ^0.8.0
normal
serde_json ^0.8.0
normal
Versions
27.27%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
StructuredLog
s_
structured_
log
0.2.0
Structured
Log
Required Methods
slog
Implementors
In crate s_
structured_
log
s_structured_log
Trait
Structured
Log
Copy item path
Source
pub trait StructuredLog { // Required method fn
slog
(&self) ->
String
; }
Required Methods
§
Source
fn
slog
(&self) ->
String
Implementors
§
Source
§
impl<'a, T:
Serialize
+
Debug
>
StructuredLog
for
SLogJson
<'a, T>