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

log_init

Function log_init 

Source
pub fn log_init()
Expand description

Initialize the kernel log service.

Must be called once during kernel boot, after the timer subsystem is available. Subsequent calls are silently ignored (returns Ok(())).