Crate jlogger_tracing

Source
Expand description

A simple log utility.

Macros§

jdebug
Constructs an event at the debug level.
jerror
Constructs an event at the error level.
jinfo
Constructs an event at the info level.
jtrace
Constructs an event at the trace level.
jwarn
Constructs an event at the warn level.

Structs§

FmtSpan
Configures what points in the span lifecycle are logged as events.
JloggerBuilder

Enums§

LevelFilter
LogTimeFormat