hello all

i try to configure log4net like log4j with some dynamic settings.
e.g. in log4j i can configure a dynamic file name like
log4j.appender.fileout.File=../some/path/${applicationname}_${somepropvalue}.log

for application name 'a' and somepropvalue 'p' this would result
in a file named a_p.log.
(this works also for rolling file appenders)

the only way i found until now is todo it in the application code.

big question is how to configure this behaviour in config file ??

many thanks in advance. 
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

Reply via email to