Duration logging with log4j

I am interested in using log4j to measure tamino operation duration as specified in the 4.2 documentation.
I have tried everything to get this working, however I still don’t get anything from log4j.
The documentation is pretty thin - if someone has got this working could you please post simple, precise instructions to get this working.

thanks

Hi,
Sometime back I found one bug in this documentation. It was while passing command line parameter to command -
java -Dcom.softwareag.db.API.logging.DurationLogging=true com.softwareag.tamino.db.API.examples.person.ProcessPersonsWithSchema

Note that the command line parameter is wrong. It should be -
-Dcom.softwareag.tamino.db.API.logging.DurationLoggingLevel.

The word tamino is missing in above command line parameter.

Vikram Shinde

[This message was edited by Vicky on 13 July 2004 at 12:23.]