logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

function::log - Send a line to the common trace buffer

Arguments

msg
           The formatted message string

Description

       This function logs data. log sends the message immediately to staprun and to the bulk transport (relayfs)
       if it is being used. If the last character given is not a newline, then one is added. This function is
       not as efficient as printf and should be used only for urgent messages.

Name

       function::log - Send a line to the common trace buffer

See Also

tapset::logging(3stap)

SystemTap Tapset Reference                         April 2024                               FUNCTION::LOG(3stap)

Synopsis

           log(msg:string)

See Also