A versatile and extensible logging implementation.

logging rust
1 Open Issue Need Help Last updated: Jul 31, 2025

Open Issues Need Help

View All on GitHub
Async appender about 1 month ago

AI Summary: Migrate the existing non-blocking logging implementation in Logforth to an asynchronous, composable appender. This involves refactoring the current `NonBlocking` implementation and adapting the file and syslog appenders to use the new asynchronous approach, without introducing unnecessary complexity like thread pools.

Complexity: 4/5
enhancement help wanted good first issue

A versatile and extensible logging implementation.

Rust
#logging#rust