hy there,
we use log4j in our java projects (great functions) and now we want to
use log4perl in our perl projects. i think we can use the same =
configuration
logfiles and so on.
and now here is my question. in log4j i can do something like this to =
use
different configuration files:
propertiesPath =3D "/_init/cb2/is/log4jProperties." + produkt;
PropertyConfigurator.configure (csBasePath + properiesPath);=20
...
i think in log4perl i only can say:
Log::Log4perl -> init ("configurationfile");
but i need somthink like
my $completepath =3D $path1 . $path2;
Log::Log4perl -> init ($completepath);
how can i do this? i hope you can help me.
thanks
bernd
-------------------------------------------------------
thinking information software gmbh
we make information work for you
-------------------------------------------------------
Bernd Greimel direct tel: +49 (0) 8081 / 9571 - 10
Siemensstrasse 4 fax: +49 (0) 8081 / 9571 - 29
D-84405 Dorfen email: bg...@th...
-------------------------------------------------------
|