Cargo Features

HMW has no features set by default.

[dependencies]
hmw = { version = "0.1.0", features = ["nolog_setup", "trace", "debug", "info", "warn", "error", "crit", "logonly", "logcatch", "logmod"] }
nolog_setup crit? debug? error? info? trace? warn?
trace = nolog_setup

Enables trace of nolog

debug = nolog_setup

Enables nolog

info = nolog_setup

Enables info of nolog

warn = nolog_setup

Enables warn of nolog

error = nolog_setup

Enables error of nolog

crit = nolog_setup

Enables crit of nolog

logonly

Enables logonly of nolog

nolog:

-----------------------------------------------------------------------------
Filtering
-----------------------------------------------------------------------------

logcatch

Enables logcatch of nolog

logmod

Enables logmod of nolog

HMW has 10 features without comments.