pub fn klog(level: LogLevel, subsystem: &str, message: &str)
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.
log_init()