rstd 0.1.0
Loading...
Searching...
No Matches
rstd::log::EnvLogger Struct Referenceexport
module rstd.log

A simple logger configured via the RSTD_LOG environment variable. More...

Detailed Description

A simple logger configured via the RSTD_LOG environment variable.

Format: RSTD_LOG=[target][=][level][,...] Examples: RSTD_LOG=debug — global debug level RSTD_LOG=my_module=trace — trace for my_module, error elsewhere RSTD_LOG=debug,my_module=off — global debug, my_module disabled

Target matching uses prefix search (e.g. foo matches foo, foo::bar).


The documentation for this struct was generated from the following file: