Skip to main content

Module kernel_writer

Module kernel_writer 

Source
Expand description

Kernel Writer, locks the logging state (ringbuffer, basic fb state, …), collects text, builds log entry, writes it and dispatches the full log message to receivers

Authors: MarioS271

Structs§

KernelWriter
Wrapper that holds the acquired Ringbuffer guard and a buffer in which [core::fmt::write] calls get written, which then gets written to the ring buffer

Constants§

WRITE_BUFFER_SIZE
Size of the intermediary log buffer (2 KiB)