using log4j, where does the configuration file go in my 'main' application?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-04-11T23:22:51Z
Indexed on
2010/04/11
23:33 UTC
Read the original article
Hit count: 258
I have a java main application, and I want to use log4j.
I don't want to hard code my settings, so where do I put the log4j config file so my application can find it?
© Stack Overflow or respective owner