debian man page for padre::logger

Query: padre::logger

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Padre::Logger(3pm)					User Contributed Perl Documentation					Padre::Logger(3pm)

NAME
Padre::Logger - Compile-time logging library for Padre
SYNOPSIS
# In the launcher script $ENV{PADRE_DEBUG} = 1; use Padre; # In each Padre::Foo class use Padre::Logger; sub method { TRACE('->method') if DEBUG; # Your code as normal }
DESCRIPTION
This is a logging utility class for Padre. It provides a basic set of simple functionality that allows for logging/debugging/tracing statements to be used in Padre that will compile out of the application when not in use. perl v5.14.2 2012-06-27 Padre::Logger(3pm)
Related Man Pages
padre::plugin::pdl(3pm) - debian
padre::pluginbuilder(3pm) - debian
padre::task::lwp(3pm) - debian
padre::task::lexicalreplacevariable(3pm) - debian
padre::transform(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results