Padre::Logger(3pm) User Contributed Perl Documentation Padre::Logger(3pm)NAMEPadre::Logger - Compile-time logging library for PadreSYNOPSIS# 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 }DESCRIPTIONThis 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)