yacy_search_server/source/net/yacy/kelondro/logging
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog:
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger
2013-07-09 14:28:25 +02:00
..
ConsoleOutErrHandler.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ConsoleOutHandler.java collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
GuiHandler.java - show more lines in online log 2012-10-25 18:38:39 +02:00
LogalizerHandler.java code cleanup: removed unised methods and made more methods and objects 2012-10-08 10:50:24 +02:00
LogParser.java code cleanup: removed unised methods and made more methods and objects 2012-10-08 10:50:24 +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 - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ThreadDump.java code cleanup: removed unised methods and made more methods and objects 2012-10-08 10:50:24 +02:00