I was thinking to use log4j for my standalone java project. Is it possible to use it for java project(not a web app).
If its possible then how should I be able to initialize the properties file and where should I put the properties file(directory structure).
Any help is appreciated.