Hi,
Im using loggers in standalone java program.i need to store the loggers in a xxx.log file in classpath.how can i implement this using slf4j loggers or anythig else?
For Standalone java programs you can go for log4j. You can ind one clear example with screenshots and appropriate code here
Ads