Skip to content

Commit e05156b

Browse files
authored
Update README.md
1 parent 3694aa9 commit e05156b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![build & test](https://github.com/freergit/ring-log/actions/workflows/ci.yml/badge.svg)](https://github.com/freergit/ring-log/actions/workflows/ci.yml)
2+
[![Crates.io](https://img.shields.io/crates/v/ring-log?style=flat-square)](https://crates.io/crates/ring-log/versions)
3+
[![license](https://img.shields.io/github/license/freergit/ring-log)](https://github.com/freergit/ring-log/blob/main/LICENSE.txt)
4+
15
# fast-log
26
High-performance logger with lock-free ring buffer, use this library when you want to log in the hotpath and performance is critical.
37

@@ -21,4 +25,4 @@ logger.log_f(|| format_log!("To log.txt {}", 5)); // path/to/file:LINE: To log.t
2125

2226
// Blocks until all logs are handled.
2327
logger.shutdown();
24-
```
28+
```

0 commit comments

Comments
 (0)