https://github.com/rmw-lib/rmw_log
https://github.com/rmw-lib/rmw_log
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/rmw_log
- Owner: rmw-lib
- Created: 2022-07-27T07:47:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T07:54:16.000Z (almost 4 years ago)
- Last Synced: 2026-07-18T12:34:43.700Z (1 day ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rmw_log : use fern config display log
[→ examples/main.rs](examples/main.rs)
```rust
use log::info;
fn main() {
rmw_log::init()
.level_for("surf", log::LevelFilter::Warn)
.apply()
.unwrap();
info!("test");
}
```
## About
This project is part of **[rmw.link](//rmw.link)** Code Project
