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 and is
never gated by the errlog_get_sev_to_log threshold (C
errlogVprintf always enqueues). 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).