flexi_logger 0.23.3

An easy-to-configure and flexible logger that writes logs to stderr or stdout and/or to files. It allows custom logline formats, and it allows changing the log specification at runtime. It also allows defining additional log streams, e.g. for alert or security messages.
Documentation

flexi_logger

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 26 feature flags, 6 of them enabled by default.

default

  • colors
  • textfilter

colors

  • ansi_term
  • atty

textfilter

  • regex

ansi_term

    This feature flag does not enable additional features.

atty

    This feature flag does not enable additional features.

regex

    This feature flag does not enable additional features.

trc

  • async
  • specfile
  • tracing
  • tracing-subscriber

specfile_without_notification

  • serde
  • toml
  • serde_derive

async

  • crossbeam-channel
  • crossbeam-queue

specfile

  • specfile_without_notification
  • notify-debouncer-mini

syslog_writer

  • libc
  • hostname

use_chrono_for_offset

  • chrono

compress

  • flate2

tracing-subscriber

    This feature flag does not enable additional features.

crossbeam-queue

    This feature flag does not enable additional features.

toml

    This feature flag does not enable additional features.

chrono

    This feature flag does not enable additional features.

notify-debouncer-mini

    This feature flag does not enable additional features.

crossbeam-channel

    This feature flag does not enable additional features.

serde_derive

    This feature flag does not enable additional features.

libc

    This feature flag does not enable additional features.

flate2

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

tracing

    This feature flag does not enable additional features.

dont_minimize_extra_stacks

    This feature flag does not enable additional features.

hostname

    This feature flag does not enable additional features.