Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::warn(3stap)


FUNCTION::WARN

FUNCTION::WARN

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::warn − Send a line to the warning stream.

SYNOPSIS

warn(msg:string)

ARGUMENTS

msg

The formatted message string.

GENERAL SYNTAX

warn (msg:string)

DESCRIPTION

This function sends a warning message immediately to staprun. It is also sent over the bulk transport (relayfs) if it is being used. If the last characater is not a newline, the one is added.



function::warn(3stap)