Subject: | Allow passing subs to named log methods |
I don't see why this is supported...
$logger->log(level => 'warn', message => sub {...});
but this is not...
$logger->warn( sub {...} );
Can you help me understand the the reasoning there?
Thanks!
--
Jeffrey Thalhammer
Imaginative Software Systems
www.imaginative-software.com