Show Table of Contents
function::printk
Name
function::printk — Send a message to the kernel trace buffer
Synopsis
printk(level:long,msg:string)
Arguments
level- an integer for the severity level (0=KERN_EMERG ... 7=KERN_DEBUG)
msg- The formatted message string
Description
Print a line of text to the kernel dmesg/console with the given severity. An implicit end-of-line is added. This function may not be safely called from all kernel probe contexts, so is restricted to guru mode only.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.