public static void main(String args[]) {
PropertyConfigurator.configure("c:\\dizin\\log4j.properties");
log = Logger.getLogger("class adı");
log.info("deneme");
}
Tags: log4j, log4j.properties{ 2010 03 05 }
Vgrup for Geek and Robot Unix Party
{ 2010 03 05 }
public static void main(String args[]) {
PropertyConfigurator.configure("c:\\dizin\\log4j.properties");
log = Logger.getLogger("class adı");
log.info("deneme");
}
Tags: log4j, log4j.properties
Post a Comment