1FUNCTION::WARN(3stap) Logging Tapset FUNCTION::WARN(3stap)
23
4
NAME
6function::warn - Send a line to the warning stream
7
SYNOPSIS
9warn(msg:string)
10
ARGUMENTS
12msg
13The formatted message string
14
DESCRIPTION
16This function sends a warning message immediately to staprun. It is
17also sent over the bulk transport (relayfs) if it is being used. If the
18last characater is not a newline, the one is added.
19
SEE ALSO
21tapset::logging(3stap)
2223
24
25
SystemTap Tapset Reference April 2023 FUNCTION::WARN(3stap)