function::warn.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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.