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§
Enums§
- Level
- Severity threshold for the private
media-ppfile logger. - LogInit
Error
Functions§
- init
- Starts the private
media-ppfile logger.