tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

Add logging facilities to cuelib. #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now cuelib doesn't perform any logging. We are already seeing the
need for logs (issue 5) and this need is likely to increase. Rather than
solving these needs on a case-by-case basis, they should be handled in a
structured fashion.

Of the various logging frameworks, jdk 1.4 logging is the only one that is
present in all java 5 installations. Since it offers all functionality that
we are likely to need, and we would prefer to minimize the dependencies on
other software, it is our most desirable choice.

Original issue reported on code.google.com by monsterm...@gmail.com on 9 May 2008 at 11:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in revision 57.

Fix for issue 7, "Add logging facilities to cuelib." Logging added to all 
methods of
all classes. These are mostly entry/exit and exception related messages.

Original comment by monsterm...@gmail.com on 21 May 2008 at 8:55