Files
samskivert/src
mdb 83acd3d195 The logging output already contains the enclosing method name. So instead of
repeating the method name:

2007/08/14 16:07:52:157 INFO PersistenceContext.cacheStore: cacheStore: entry [key=...

we'll just say what we're doing:

2007/08/14 16:07:52:157 INFO PersistenceContext.cacheStore: storing [key=...


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2182 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-08-14 23:18:22 +00:00
..