debian man page for parse::dia::sql::logger

Query: parse::dia::sql::logger

OS: debian

Section: 3pm

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

Parse::Dia::SQL::Logger(3pm)				User Contributed Perl Documentation			      Parse::Dia::SQL::Logger(3pm)

NAME
Parse::Dia::SQL::Logger - Wrapper for Log::Log4perl
SYNOPSIS
use Parse::Dia::SQL::Logger; my $logger = Parse::Dia::SQL::Logger::->new(loglevel => 'INFO'); my $log = $logger->get_logger(__PACKAGE__); $log->error('error'); $log->info('info');
DESCRIPTION
This module is a wrapper around Log::Log4perl. new The constructor. get_logger Return logger singleton object. log_off Decrease log level on all appenders. 1 log_on Increase log level on all appenders. perl v5.14.2 2012-01-11 Parse::Dia::SQL::Logger(3pm)
Related Man Pages
courier::filter::logger(3pm) - debian
courier::filter::logger::iohandle(3pm) - debian
dancer::logger(3pm) - debian
dancer::logger::psgi(3pm) - debian
parse::dia::sql::utils(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?