Skip to main content

Module pp_log

Module pp_log 

Source
Expand description

Contextual logging identity and macros used by pipeline elements.

A PpLog stores the stable, structured identity for one element. The pp_* macros send records only to crate::log’s opt-in private file writer, keeping them isolated from an embedding application’s global logger.

Macros§

pp_debug
pp_error
pp_info
pp_trace
pp_warn

Structs§

PpLog
Stable contextual identity attached to a pipeline element’s log records.