http://qs1969.pair.com?node_id=605547


in reply to Re^3: Accessing Log::Log4perl Configuration Values
in thread Accessing Log::Log4perl Configuration Values

Scenario: I have the same program running with different configurations; every instance of that program uses a different log4perl configuration file; what I need is a way to know where an instance logs.

I really don't want to reinvent a l4p configuration parser: there is already one working :) In fact, what I wrote to parse a conf uses classes provided by Log4perl, but in a way probably not intended by the author, who did not release any documentation about this possible use of Log::Log4Perl::Config class and subclasses.

Anyway, thanks again for your kind answers!

Ciao, Valerio