You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Emmanuel Dupont <em...@jwaretechnologies.com> on 2003/06/25 11:38:10 UTC

RE : How to Enable Log Trace (isDebugEnabled)

Sorry for this stupid question. 

I found it..



-----Message d'origine-----
De : Emmanuel Dupont [mailto:emmanuel.dupont@jwaretechnologies.com] 
Envoyé : mercredi 25 juin 2003 10:22
À : OJB Users List
Objet : How to Enable Log Trace (isDebugEnabled)

All,

 

I would like to enable the Log debug level trace.

 

Sample I want this trace to be on : 

 

log.isDebugEnabled()) log.debug("LM.writeLock(tx-" + tx.getGUID() + ", " +
new Identity(obj, tx.getBroker()).toString() + ")");

 

 

How Can I do that and where the traces will be written ?