Docs.rs
spdlog-rs-0.4.3
spdlog-rs 0.4.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
SpriteOvO
Dependencies
arc-swap ^1.5.1
normal
atomic ^0.5.1
normal
cfg-if ^1.0.0
normal
chrono ^0.4.22
normal
crossbeam ^0.8.2
normal
optional
dyn-clone ^1.0.14
normal
flexible-string ^0.1.0
normal
optional
if_chain ^1.0.2
normal
is-terminal ^0.4
normal
log ^0.4.8
normal
optional
once_cell ^1.16.0
normal
serde ^1.0.163
normal
optional
serde_json ^1.0.120
normal
optional
spdlog-internal =0.1.0
normal
optional
spdlog-macros =0.2.0
normal
spin ^0.9.8
normal
thiserror ^1.0.37
normal
clap ^3.2.23
dev
crossbeam ^0.8.2
dev
fast_log =1.7.4
dev
fern =0.6.2
dev
flexi_logger =0.29.2
dev
ftlog =0.2.14
dev
log =0.4.22
dev
log4rs =1.3.0
dev
paste ^1.0.14
dev
regex ^1.7.0
dev
slog =2.7.0
dev
sloggers =2.2.0
dev
tracing =0.1.40
dev
tracing-appender =0.2.3
dev
tracing-subscriber =0.3.18
dev
trybuild ^1.0.90
dev
rustc_version ^0.4.0
build
libsystemd-sys ^0.9.3
normal
optional
libc ^0.2
normal
winapi ^0.3.9
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
spdlog
0.4.3
In spdlog::
error
spdlog
::
error
Type Alias
ErrorHandler
Copy item path
Source
pub type ErrorHandler =
fn
(
Error
);
Expand description
The error handler function type.