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§
- Kernel
Writer - Wrapper that holds the acquired
Ringbufferguard 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)