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
- debug = nolog_setup
-
Enables nolog
- info = nolog_setup
- warn = nolog_setup
- error = nolog_setup
- crit = nolog_setup
- logonly
-
nolog:
-----------------------------------------------------------------------------
Filtering
----------------------------------------------------------------------------- - logcatch
- logmod
HMW has 10 features without comments.