Module tracer_config

Source
Expand description

It is not already used, it just an template for future using in log_trace! macro.

Structs§

TracerConfiguration
A struct representing the configuration options for the tracer.

Enums§

TimestampType
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.
TracerConfig
A trait for accessing information about the current state of the program that can be included in log messages.
TypeName
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.