Your configuration file references log4j. You must
create a log4j.properties file with the following content


log4j.rootLogger=DEBUG,console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.ImmediateFlush=true
log4j.appender.console.Target=System.out
log4j.appender.console.layout.ConversionPattern=[%d{HH:mm:ss,SSS}] %m%n


Guillaume

-----Message d'origine-----
De : Martin I. Levi [mailto:[EMAIL PROTECTED]
Envoy� : mercredi 28 avril 2004 13:36
� : OJB Users List
Objet : Poor man trying to log....


Hi,

I would like to check OJBs logs but I really dont know how to configure
them. I found that in OJB.properties there is a definition which reads:
"LoggerConfigFile=log4j.properties"
Can any one tell me which is this files format?
The only thing Im sure is that I use PoorMansLoggerImpl and that this
class logs using a simple System.out.println(), i wonder which out is
this really because I dont see anything on my screen. :-)

Is there any documentation about OJBs logging I can read?

Help please! :-)

Greets,


Martin Ivan Levi

Universitat Politecnica de Catalunya
Centre Tecnologic de Transferencia de Calor




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to