X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FLog.java;fp=src%2Forg%2Fibex%2Futil%2FLog.java;h=ebc835171ba325d0c097889d917dcb9bdebe79ea;hb=80fcec8be56d0f948d08930219768a7a4f343dd2;hp=00b3c00405527aecb2ded08e02b879742bef763b;hpb=035c74c94642004eb47d4d7686095b62458d5599;p=org.ibex.util.git 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