This content has been marked as final.
Show 2 replies
-
1. Re: Dynamic file and appender creation using Log4j under JBoss EAP 6.1
jamezp Sep 27, 2013 1:33 PM (in response to mattso)What do you mean by dynamically creating an appender? Are you trying to get the log4j LogManager and adding appenders that way?
--
James R. Perkins
-
2. Re: Dynamic file and appender creation using Log4j under JBoss EAP 6.1
mattso Sep 30, 2013 2:47 PM (in response to jamezp)Hi James,
Sorry for the late reply as I was re-assigned to focus on some other stuffs until now.
Yes, that is exactly what I was trying to do - create appender with file path and pattern on the file and assign it to logger.
Thanks for your help!
Matthew