Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.135.563 Times

Debug::Message 1.00

  Date Added: August 02, 2010  |  Visits: 1.114

Debug::Message

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level => 0 )); my $info = Debug::Message->new(1); $info->add_dispatcher($dispatcher); $info->print("print"); $info->yellow("warn"); $info->red("err"); $info->printcn("error message", bold red); my $critical = Debug::Message->new(5); $critical->add_dispatcher($dispatcher); $critical->redn("err"); For disabling the debugging simply do not attach any dispatchers. $critical->disable; # Will detach the attached backend There was no module for simple debug messages supporting debug/verbosity levels and indentation. So this is the one, that is supposed to take this place. This module is an art of frontend to Log::Dispatch as Log::Dispatch itself supports levels, but no colors and the functions calling is tedious. There are some methods defined. Each outputs a different color, optionally it can add a newline after the messaage. They dispatch the messages to all added dispatchers, but generaly only one will be needed as the Log::Dispatch itself can have more backends..

Requirements: No special requirements
Platforms: Linux
Keyword: Debug Debugmessage Indentation Info- Level Libraries Module Perl Module Print Programming Use Of
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


DEBUG::MESSAGE RELATED
Libraries  -  Devel::TrackObjects 0.2
Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock =...
4.1 KB  
Libraries  -  DBIx::Wrapper::Config 0.01
DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place. Each "db"...
3.07 KB  
Modules  -  Lightbox2 1.0
This module enables the use of lightbox2 which places images above your current page, not within.This frees you from the constraints of the layout, particularly column widths.This module will include the lightbox CSS and JS files in your Drupal...
 
Modules  -  Hierarchical Select Node Reference 6.x-1.0
This module allows the use of Hierarchical Select form element as a widget for CCK node reference field, both in node add/edit form and in views filter.A Hierarchical Select in widget setting allows you to define a path in the hierarchy of node...
20.48 KB  
Modules  -  Userpoints Evaporate 6.x-1.0
This is a module that makes use of the User Points module API.It allows you to "evaporate" user points from all your users over time, so they need to come back to your site and be active to keep accumulating more points
10 KB  
Modules  -  Printer, e-mail and PDF versions 6.x-/5.x-3.7 1.0
Available versions are:Web page printer-friendly version, PDF version and send by-emailThe print_pdf module requires the use of an external PDF generation tool (dompdf or TCPDF)Installation Decompress the print-n.x-n.n.tar.gz file into your Drupal...
 
Modules  -  Yahoo YUI 1.0
Other modules can use this module to make use of the YUI components.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x/6.x
 
Modules  -  Printer, e-mail and PDF versions 6.x-/5.x-3.7 1.0
Available versions are:Web page printer-friendly version, PDF version and send by-emailThe print_pdf module requires the use of an external PDF generation tool (dompdf or TCPDF)Installation Decompress the print-n.x-n.n.tar.gz file into your Drupal...
 
Modules  -  Printer, e-mail and PDF versions 6.x-/5.x-3.7 1.0
Available versions are:Web page printer-friendly version, PDF version and send by-emailThe print_pdf module requires the use of an external PDF generation tool (dompdf or TCPDF)Installation Decompress the print-n.x-n.n.tar.gz file into your Drupal...
 
Libraries  -  File::Maker 0.05
File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require...
77.82 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB