Available on crate feature
tracing only.Macros§
- debug
- Constructs an event at the debug level.
- error
- Constructs an event at the error level.
- info
- Constructs an event at the info level.
- trace
- Constructs an event at the trace level.
- warn
- Constructs an event at the warn level.
Functions§
- tracing_
init - A convenient function to initialize
tracingwith a default configuration. - tracing_
try_ init - A convenient function to initialize
tracingwith a default configuration.