log4rs 1.3.0

A highly configurable multi-output logging implementation for the `log` facade
Documentation

log4rs

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 37 feature flags, 31 of them enabled by default.

default

  • all_components
  • config_parsing
  • yaml_format

all_components

  • console_appender
  • file_appender
  • rolling_file_appender
  • compound_policy
  • delete_roller
  • fixed_window_roller
  • size_trigger
  • time_trigger
  • json_encoder
  • pattern_encoder
  • threshold_filter

config_parsing

  • humantime
  • serde
  • serde-value
  • typemap-ors
  • log/serde

yaml_format

  • serde_yaml

console_appender

  • console_writer
  • simple_writer
  • pattern_encoder

file_appender

  • parking_lot
  • simple_writer
  • pattern_encoder

rolling_file_appender

  • parking_lot
  • simple_writer
  • pattern_encoder

compound_policy

    This feature flag does not enable additional features.

delete_roller

    This feature flag does not enable additional features.

fixed_window_roller

    This feature flag does not enable additional features.

size_trigger

    This feature flag does not enable additional features.

time_trigger

  • rand

json_encoder

  • serde
  • serde_json
  • chrono
  • log-mdc
  • log/serde
  • thread-id

pattern_encoder

  • chrono
  • log-mdc
  • thread-id

threshold_filter

    This feature flag does not enable additional features.

humantime

  • dep:humantime

serde

  • dep:serde

serde-value

  • dep:serde-value

typemap-ors

  • dep:typemap-ors

serde_yaml

  • dep:serde_yaml

console_writer

  • ansi_writer
  • libc
  • winapi

simple_writer

    This feature flag does not enable additional features.

parking_lot

  • dep:parking_lot

rand

  • dep:rand

serde_json

  • dep:serde_json

chrono

  • dep:chrono

log-mdc

  • dep:log-mdc

thread-id

  • dep:thread-id

ansi_writer

    This feature flag does not enable additional features.

libc

  • dep:libc

winapi

  • dep:winapi

toml_format

  • toml

gzip

  • flate2

flate2

  • dep:flate2

json_format

  • serde_json

toml

  • dep:toml

background_rotation

    This feature flag does not enable additional features.