Hi all,
I wanted to see how long it takes the execution of some code snippets i
wrote and decided to use UtilTimer class for this purpose. It looks like
designed for this purpose (event not used at all in ofbiz applications).
So i did:
UtilTimer utilTimer = new UtilTimer("my_name", true, true);
utilTimer.timerString("My message", module);
I expected to see some logs in the console, but could not.
After some digging the code i decided that Debug.log(Debug.TIMING,... is not
working as expected but not sure...
Any ideas what happens ? Do i have to configure some logger to see the
result ?
Any comments are welcome.
Bilgin Ibryam
PS: There is a typo in debug.properties file: print.verbose=ftrue
--
View this message in context:
http://www.nabble.com/UtilTimer-Question-tf4840589.html#a13849073
Sent from the OFBiz - User mailing list archive at Nabble.com.