Docs.rs
ringo-core-0.10.1
ringo-core 0.10.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
davidborzek
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
serde_json ^1
normal
tera ^1
normal
tokio ^1
normal
Versions
18.26%
of the crate is documented
Platform
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
Skip to main content
Module log
ringo_
core
0.10.1
Module log
Module Items
Enums
Functions
In crate ringo_
core
ringo_core
Module
log
Copy item path
Source
Enums
§
Level
Functions
§
init
Open (or create)
/tmp/ringo-{profile}.log
in append mode. Safe to call multiple times — only the first call takes effect.
write
Write a single log line. No-op before
init()
is called.