Cargo Features

minilog has no features set by default.

[dependencies]
minilog = { version = "0.1.0", features = ["strip", "info", "warn", "error"] }
strip
info

Unused.

warn

Allows warnings and errors.

error

Only allows errors.