Cargo Features

fern_colored has no features set by default.

[dependencies]
fern_colored = { version = "0.6.1", features = ["syslog-3", "syslog-4", "reopen-03", "meta-logging-in-format", "date-based", "colored"] }
syslog-3 = syslog3

Affects log_impl::Syslog3, fern_colored::syslog

syslog-4 = syslog4

Affects log_impl::Syslog4Rfc3164, log_impl::Syslog4Rfc5424, fern_colored::syslog

reopen-03 = libc, reopen

Affects fern_colored::log_reopen, log_impl::Reopen

meta-logging-in-format
date-based = chrono

Affects builders::DateBased, log_impl::DateBased, log_impl::ConfiguredTimezone, log_impl::DateBasedConfig, log_impl::DateBasedState

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

colored implicit feature

Enables colored

colored:

The most simple way to add colors in your terminal

Affects fern_colored::colors

chrono date-based?
libc not win reopen-03?
reopen not win reopen-03?

Enables reopen ^0.3

syslog3 not win syslog-3?

Enables syslog ^3

syslog4 not win syslog-4?

Enables syslog ^4