Expand description
It is not already used, it just an template for future using in log_trace! macro.
Structs§
- Tracer
Configuration - A struct representing the configuration options for the tracer.
Enums§
- Timestamp
Type - An enum representing the different types of timestamps that can be used in log messages.
Traits§
- Loggable
- A trait for types that can be logged using the tracer.
- Tracer
Config - A trait for accessing information about the current state of the program that can be included in log messages.
- Type
Name - A trait for types that have a name that can be included in log messages.
Functions§
- get_
tracer_ config - Returns a copy of the current global tracer configuration.
- set_
tracer_ config - Sets the global tracer configuration to the given value.