From: Eric B. R. <eb...@tc...> - 2003-01-29 00:25:31
|
Is it really necessary to use org.webmacro.util.Clock (a background thread) to calculate the timestamp for logging? This seems like overkill considering WM should only log when your templates are messed up. It's not like WM's performance is going to drop 2-fold by using "new Date()" instead. Clock is only used in 3 places: o.wm.servlet.ServletLog, o.wm.util.LogFile, and o.wm.util.LogSource Can I remove this? Please? eric |