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::log(3stap)


FUNCTION::LOG

FUNCTION::LOG

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::log − Send a line to the common trace buffer.

SYNOPSIS

log(msg:string)

ARGUMENTS

msg

The formatted message string.

GENERAL SYNTAX

log(msg: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 effecient as printf and should be used only for urgent messages.



function::log(3stap)