SimpleKernel 1.17.0
Loading...
Searching...
No Matches
klog::detail::LogEntry Struct Reference

存储于 MPMC 队列中的日志条目 More...

#include <kernel_log.hpp>

Collaboration diagram for klog::detail::LogEntry:
Collaboration graph

Public Attributes

uint64_t seq {0}
 
uint64_t core_id {0}
 
Level level {Level::kDebug}
 
char msg [239] {}
 

Detailed Description

存储于 MPMC 队列中的日志条目

Definition at line 61 of file kernel_log.hpp.

Member Data Documentation

◆ core_id

uint64_t klog::detail::LogEntry::core_id {0}

Definition at line 63 of file kernel_log.hpp.

63{0};

◆ level

Level klog::detail::LogEntry::level {Level::kDebug}

Definition at line 64 of file kernel_log.hpp.

◆ msg

char klog::detail::LogEntry::msg[239] {}

Definition at line 65 of file kernel_log.hpp.

65{};

◆ seq

uint64_t klog::detail::LogEntry::seq {0}

Definition at line 62 of file kernel_log.hpp.

62{0};

The documentation for this struct was generated from the following file: