⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

klog

Function klog 

Source
pub fn klog(level: LogLevel, subsystem: &str, message: &str)
Expand description

Record a structured log entry.

If the log service has not been initialized yet (i.e., called before log_init()), the message is silently dropped.