flexi_logger 0.19.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 22 feature flags, 7 of them enabled by default.

default

  • colors
  • textfilter

colors

  • atty
  • lazy_static
  • ansi_term

textfilter

  • regex

atty

    This feature flag does not enable additional features.

lazy_static

    This feature flag does not enable additional features.

ansi_term

    This feature flag does not enable additional features.

regex

    This feature flag does not enable additional features.

specfile_without_notification

  • serde
  • toml
  • serde_derive

trc

  • async
  • specfile
  • tracing-subscriber

syslog_writer

  • libc
  • hostname

specfile

  • specfile_without_notification
  • notify

compress

  • flate2

async

  • crossbeam

serde_derive

    This feature flag does not enable additional features.

hostname

    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-subscriber

    This feature flag does not enable additional features.

toml

    This feature flag does not enable additional features.

crossbeam

    This feature flag does not enable additional features.

libc

    This feature flag does not enable additional features.

notify

    This feature flag does not enable additional features.