Docs.rs
cyfs-debug-0.6.6
cyfs-debug 0.6.6
Permalink
Docs.rs crate page
BSD-2-Clause
Links
crates.io
Source
Owners
BDTDevTeam
Dependencies
cyfs-async-h1 ^2.3.3
normal
async-std ^1.11
normal
async-trait ^0.1.53
normal
backtrace ^0.3
normal
chrono ^0.4
normal
cyfs-base ^0.6
normal
cyfs-util ^0.6
normal
flexi_logger =0.19.5
normal
formdata ^0.13
normal
optional
futures ^0.3
normal
optional
hex ^0.4
normal
http-types ^2.12
normal
hyper ^0.10
normal
optional
lazy_static =1.4
normal
log ^0.4
normal
log-panics ^2.0
normal
num_cpus ^1.13
normal
once_cell ^1.12
normal
rand ^0.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.8
normal
surf ^2.3
normal
tide ^0.16
normal
timer ^0.2
normal
toml ^0.5
normal
url ^2.2
normal
optional
libc ^0.2.137
normal
winapi ^0.3.9
normal
Versions
2.47%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
CyfsLogTarget
cyfs_
debug
0.6.6
Cyfs
LogTarget
Required Methods
log
Implementors
In crate cyfs_
debug
cyfs_debug
Trait
Cyfs
LogTarget
Copy item path
Source
pub trait CyfsLogTarget:
Send
+
Sync
{ // Required method fn
log
(&self, record: &
CyfsLogRecord
); }
Required Methods
§
Source
fn
log
(&self, record: &
CyfsLogRecord
)
Implementors
§
Source
§
impl
CyfsLogTarget
for
ConsoleCyfsLogTarget