Archive for March 5th, 2010
public static void main(String args[]) {
PropertyConfigurator.configure("c:\\dizin\\log4j.properties");
log = Logger.getLogger("class adı");
log.info("deneme");
}
Tags: log4j, log4j.properties
public static void main(String args[]) {
PropertyConfigurator.configure("c:\\dizin\\log4j.properties");
log = Logger.getLogger("class adı");
log.info("deneme");
}
Tags: log4j, log4j.properties