Expand description
Context management for rust-loguru
- Thread-local storage for context data
- Context stack management
- Structured data for context values
- Async propagation helpers
Enums§
- Context
Value - Structured value for context
Functions§
- current_
context - Get the current merged context (top to bottom)
- get_
context_ value - Get a value from the current context
- has_
context - Check if there is any context data available
- pop_
context - Pop the top context map from the stack
- propagate_
context_ for_ async - push_
context - Push a new context map onto the stack
- set_
context_ from_ arc - set_
context_ value - Set a key-value pair in the current context
Type Aliases§
- Context
Map - Type alias for context key-value pairs