On Thu, 4 Dec 2014, Christopher Collins wrote:
I have one small suggestion for the synopsis
Makes perfect sense, I've added it:
https://github.com/mschilli/log4perl/commit/953797d4bf330f34ca2628a7c24629c330d2f5b6
Thanks for your suggestion!
--
-- Mike
Mike Schilli
m...@perlmeister.co
Mike , Kevin
I really like your Log::Log4perl::Appender::DBI !
I have one small suggestion for the synopsis
Add
Log::Log4perl::init ( \$config ) ;
my $logger = Log::Log4perl->get_logger () ;
above
$logger->warn ($custid, 'big problem!!', $ip_addr);
It tripped me up
#!/usr/bin/env per