Skip to main content

errlog_printf

Function errlog_printf 

Source
pub fn errlog_printf(message: &str)
Expand description

Emit a pre-formatted message through the errlog facility unconditionally — C errlogVprintf/errlogPrintf (errlog.c:333-364), the no-severity variant.

Unlike errlog_sev_printf this carries no sevr= prefix (C errlogVprintf enqueues the caller’s bytes verbatim). Neither call is gated: see errlog_set_sev_to_log. Routed through tracing at info level on the same epics_base_rs::errlog target, so an application’s subscriber sees it on the errlog sink. Used by stdio device support for the "errlog" output stream (devStdio.c logPrintf).