yacy_search_server/source/net/yacy/kelondro/logging
2024-11-25 12:34:05 +01:00
..
ConsoleOutErrHandler.java fixed some newInstance() warnings 2021-08-07 18:46:53 +02:00
ConsoleOutHandler.java collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
GuiHandler.java increases log history length to 10000 2022-10-05 16:09:28 +02:00
LogalizerHandler.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
LogParser.java replaced new Number(Number) with Number.instanceOf 2021-08-08 00:39:03 +02:00
MiniLogFormatter.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
SimpleLogFormatter.java replaced StringBuffer with StringBuilder 2013-07-23 12:21:27 +02:00
ThreadDump.java reverted deprecation change since we are still using java 11, not 19 2024-11-25 12:34:05 +01:00