Yes, i have.
But if you look at CatalinaContainer.java:234 (your example) it does this
way:
Debug.logInfo("Started " + ServerInfo.getServerInfo(), module);
I wanted to print logs using UtilTimer class (because i want to track how
long it takes the execution of my code snippets).
Here an example using UtilTimer: ServiceDispatcher:586
if (Debug.timingOn()) {
UtilTimer.timerLog(localName + " / " + service.name, "ASync
service started...", module);
}
Even Debug.timingOn() is true, i cannot see in trunk logs "ASync service
started..."
That is something buggy or a configuration issue for me.
Any ideas what for is this class and how can I use it ?
--
View this message in context:
http://www.nabble.com/UtilTimer-Question-tf4840589.html#a13873160
Sent from the OFBiz - User mailing list archive at Nabble.com.