From: Konstantin L. <to....@gm...> - 2010-04-19 08:54:59
|
Gareth Foster пишет: > Hi, > > Is it possible to have a log file named after the program you are > running, so if the program is myApp, can I have it so that it will log > to myApp.log, by making changes in a properties file? > Sure you can. Before you invoke configuring routine you make appropriate config file, with what you really need, and than run configuring routine to setup loggers/appendes/layouts. That all. I am not sure I understand you problem clearly :). |