logforth-append-file 0.2.0

File appender for Logforth with optional rollover strategy.
docs.rs failed to build logforth-append-file-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-file-0.2.1

File Appender

This appender is originally a fork of tracing-appender.

Later, we rewrite it completely to support:

  • Rolling files based on file size and/or time.
  • Drop non-blocking glue in favor of a dedicated async appender combinator.
  • Different log file naming and rolling over strategies.

Design reference: