From: adam Date: Mon, 14 Feb 2005 01:09:41 +0000 (+0000) Subject: added a FEATURE comment X-Git-Url: http://git.megacz.com/?p=org.ibex.util.git;a=commitdiff_plain;h=80fcec8be56d0f948d08930219768a7a4f343dd2 added a FEATURE comment darcs-hash:20050214010941-5007d-0c6d72fdbd6bb35b8a511d2cce0aec2dd3d6288d.gz --- diff --git a/src/org/ibex/util/Log.java b/src/org/ibex/util/Log.java index 00b3c00..ebc8351 100644 --- a/src/org/ibex/util/Log.java +++ b/src/org/ibex/util/Log.java @@ -18,6 +18,8 @@ import java.net.Socket; import java.net.InetAddress; import java.text.SimpleDateFormat; +// FEATURE: logging exceptions should automatically unwrap exceptions + /** Easy to use logger. * * @author adam@ibex.org