On Thu, 8 Jul 2010, Tomáš Nechutný wrote:
I can live without it (and use sprintf() return value as a parameter
to log methods), but it would be nice.
Yeah, sprintf() should take care of all your formatting needs. I've
found that I use printf() very rarely in Perl, because you can
interpolate v
On Tue, 6 Jul 2010, Foudil wrote:
> In order to log to a tmp directory (that we want to remove later), we
> create an appender in a script that we add to our project's loggers:
> Log::Log4perl->init_and_watch($path_conf."/log.conf", 'HUP');
Hi Foudil,
sorry for the long wait. I've noticed that y