fast_log
Async Logger
A high-performance asynchronous logging library with features like batch writing, compression, and flexible appenders.
Rust async log High-performance asynchronous logging
245 stars
5 watching
13 forks
Language: Rust
last commit: 8 days ago
Linked from 1 awesome list
asynclogloggingrust
Related projects:
Repository | Description | Stars |
---|---|---|
rafagago/mini-async-log | A fast and low-latency asynchronous logging library suitable for real-time applications. | 221 |
rust-lang/log | A logging facade providing a single API to abstract over various logging implementations. | 2,212 |
knurling-rs/defmt | An efficient logging framework designed for resource-constrained devices | 854 |
odygrd/quill | A high-performance asynchronous logging library for C++ applications | 1,559 |
rsyslog/rsyslog | A high-performance logging system with advanced features and modular design. | 2,051 |
r-lib/log4r | A fast and lightweight logging system designed to be extensible and efficient. | 93 |
cloaked9000/frlog | A fast and thread-safe logging class. | 6 |
accelerationnet/a-cl-logger | A logging library providing context-sensitive logging and integration with various output streams. | 13 |
asenchi/scrolls | A logging library that treats logs as data and allows easy integration into applications | 158 |
seanmonstar/pretty-env-logger | A logger for Rust that provides colored output and configures logging via an environment variable. | 488 |
kazu-yamamoto/logger | An efficient logging system for Haskell applications. | 159 |
estk/log4rs | A logging framework for Rust that provides customizable log formatting and file rotation. | 1,008 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
slog-rs/slog | An ecosystem of reusable components for structured logging in Rust. | 1,578 |
awslabs/flowgger | A fast data collector written in Rust to process log entries from various protocols and formats. | 834 |