NAME

Debug - Basic runtime logger


SYNOPSIS

  use Debug ( 1 );

  debug( 1, "toto" );

  debug( 2, "tata", $tutu, "kiki" );


DESCRIPTION


External Functions

debug

log informations

setDebugger

install an generic Logger/Debugger

setLocalDebugger

install an local Logger/Debugger


Internal Functions

stddebug

log information to STDERR

import

Set the Logging/Debug level and export external functions


BUGS