mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
bf8c856a3c
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. |
||
---|---|---|
.. | ||
io | ||
lang | ||
net | ||
nio | ||
security | ||
text | ||
util |