Function delog::enqueue[][src]

pub unsafe fn enqueue(delogger: impl Delogger, record: &Record<'_>)

The core “write to circular buffer” method. Marked unsafe to discourage use!

Safety

Unfortunately exposed for all to see, as the delog! macro needs access to it to implement the logger at call site. Hence marked as unsafe.