Skip to main content

Module log

Module log 

Source
Expand description

Opt-in file logging owned exclusively by media-pp.

crate::pp_log’s macros write directly to a private non-blocking file writer. They never install or emit through the process-global log or tracing facilities, so an embedding application’s logs cannot enter these files and media-pp records cannot enter the application’s logger.

Structs§

LogGuard
Owns the private logging worker installed by init.

Enums§

Level
Severity threshold for the private media-pp file logger.
LogInitError

Functions§

init
Starts the private media-pp file logger.