corda/classpath/java
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
..
io add InputStreamReader(InputStream,String) 2009-02-16 18:22:19 -07:00
lang add new constructor to the String : 2009-02-16 18:15:41 -07:00
net add minimal java.net.Socket implementation to support Socket.setTcpNoDelay 2008-11-22 15:32:53 -07:00
nio add minimal java.net.Socket implementation to support Socket.setTcpNoDelay 2008-11-22 15:32:53 -07:00
security add license headers 2008-07-13 18:56:18 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util Partially handle cascading logging levels. 2009-02-19 15:53:10 -07:00