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 ?
