I had asked about his a little while ago, Gerd.
The answer was that that information isn't kept. For one thing, it
could be that the configuration was derived or modified programatically.
Nonethless, I think that there are times when it would be very helpful
to have a path/filename for the conf
Hi,
know somebody how can I get the properties of a logger i.e. name of used
logfile? In log4perl manual I don't fint any hint.
Example:
$logger = Log::Log4perl->get_logger('loggername');
I miss something like:
%properties = $logger->get_logger_properties();
$current_logfile = $properties{fil