Cargo Features

Plog has no features set by default.

[dependencies]
plog = { version = "0.2.16", features = ["local_time", "impls", "colored", "persistent"] }
local_date local_time = time
context impls
colored = crossterm

Affects macros::colors

persistent

Affects plog::persistent

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.

crossterm colored?

Enables crossterm ^0.25.0

time local_date? local_time?