An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/rmw_log


https://github.com/rmw-lib/rmw_log

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# rmw_log : use fern config display log

Api Doc

[→ 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

![rmw.link logo](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)