RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Add logging facilities to cuelib. #7

Closed RomanHargrave closed 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 09, 2008 18:34:59

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: http://code.google.com/p/cuelib/issues/detail?id=7

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 21, 2008 13:55:36

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.

Status: Verified