function::log.3stap - Man Page

Send a line to the common trace buffer

Synopsis

    log(msg:string)

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.

See Also0

tapset::logging(3stap)

Info

November 2023 SystemTap Tapset Reference Logging Tapset