Napisałem projekt usługi sieciowej przy użyciu netbeans 6.7.1 z Glassfish v2.1, umieściłem log4j.properties w katalogu głównym projektu i użyłem:
static Logger logger = Logger.getLogger(MyClass.class);
w programie Constructor:
PropertyConfigurator.configure("log4j.properties");
aw funkcjach:
logger.info("...");
logger.error("...");
// ...
ale jest to informacja o błędzie (właściwie próbowałem umieścić to prawie w każdym katalogu, jaki mogłem sobie uświadomić):
log4j:ERROR Could not read configuration file [log4j.properties].
java.io.FileNotFoundException: log4j.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:297)
at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:315)
at com.corp.ors.demo.OrsDemo.main(OrisDemo.java:228)
log4j:ERROR Ignoring configuration file [log4j.properties].
log4j:WARN No appenders could be found for logger (com.corp.ors.demo.OrsDemo).
log4j:WARN Please initialize the log4j system properly.
przykładowy projekt można pobrać z http://www.91files.com/?N3F0QGQPWMDGPBRN0QA8