is_structured_logging

Function is_structured_logging 

Source
pub fn is_structured_logging() -> bool
Expand description

Returns true if structured (JSON) logging is enabled. When true, context should not be embedded in the message to avoid duplication. Initializes from environment on first call, then caches the result.