Module rmesg::kmsgfile

source ·
Expand description

KMsg Implementation (reads from the /dev/kmsg file)

Structs

  • While reading the kernel log buffer is very useful in and of itself (especially when running the CLI), a lot more value is unlocked when it can be tailed line-by-line.

Functions

  • This is the key safe function that makes the klogctl syslog call with parameters. While the internally used function supports all klogctl parameters, this function only provides one bool parameter which indicates whether the buffer is to be cleared or not, after its contents have been read.