|
SimpleKernel 1.17.0
|
存储于 MPMC 队列中的日志条目 More...
#include <kernel_log.hpp>

Public Attributes | |
| uint64_t | seq {0} |
| uint64_t | core_id {0} |
| Level | level {Level::kDebug} |
| char | msg [239] {} |
存储于 MPMC 队列中的日志条目
Definition at line 61 of file kernel_log.hpp.
| uint64_t klog::detail::LogEntry::core_id {0} |
Definition at line 63 of file kernel_log.hpp.
| Level klog::detail::LogEntry::level {Level::kDebug} |
Definition at line 64 of file kernel_log.hpp.
| char klog::detail::LogEntry::msg[239] {} |
Definition at line 65 of file kernel_log.hpp.
| uint64_t klog::detail::LogEntry::seq {0} |
Definition at line 62 of file kernel_log.hpp.