log4j.xml path problem -


i trying log4j working using xml configuration. have log4j.xml added classpath while running getting :

log4j:warn no appenders found logger (test.dateformatter). log4j:warn please initialize log4j system properly.

if place log4j.properties instead seems pick configuration. ideas

it's have log4j.xml in classpath has provide correct configuration. maybe post content of log4j.xml file can (maybe typo in logger configuration?).

you should have @ log4j manual. section "default initialization procedure" describes how log4j try find initialization file.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -