corda/classpath
Eric Scharff bf8c856a3c Partially handle cascading logging levels.
We now maintain a virtual root loger, on which you can set the log
level.  When any logger logs, it finds the effective log level by going
up the parent chain, and finding a meaningful log lvel.  Thus, one can
now do Logger.getLogger("").setLevel(Level.FINER) and set the log level
for all other loggers (that do not specify their own default) to the
level specified.
2009-02-19 15:53:10 -07:00
..
java Partially handle cascading logging levels. 2009-02-19 15:53:10 -07:00
java-io.cpp avoid null pointer deref in Java_java_io_RandomAccessFile_open 2008-10-06 17:30:07 -06:00
java-lang.cpp silence GCC 4.3.2 warning in Java_java_lang_Runtime_exec 2008-11-24 17:03:00 -07:00
java-nio.cpp add minimal java.net.Socket implementation to support Socket.setTcpNoDelay 2008-11-22 15:32:53 -07:00
java-util-zip.cpp prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
java-util.cpp implement Date.toString, which just defers to ctime for now 2008-06-16 10:08:51 -06:00
jni-util.h implement minimal, read-only versions of RandomAccessFile and ZipFile 2008-10-03 14:15:47 -06:00