[logback-user] Best Practice to Setup Multiple Log Files for Multiple Classes

Dan Franks dan.franks at gmail.com
Thu Oct 11 01:44:19 CEST 2012


Maybe it is how I am calling it in java?

private static Logger logger = LoggerFactory.getLogger(orange.class);
logger.info("Creating new orange Instance.");


More information about the Logback-user mailing list