logforth-append-async 0.2.0

Asynchronous appender for Logforth.
docs.rs failed to build logforth-append-async-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: logforth-append-async-0.3.0

Async Appender

This appender is a remix of spdlog-rs's AsyncPoolSink, with several modifications to fit this crate's need:

  • Instead of a thread pool, it uses a single background thread to drain the log queue.