java.util.logging
Handler
collects the last log messages that were published by the different muCommander loggers, so they can be displayed at any time in the {@link DebugConsoleDialog}. Log records are kept in memory as a sliding window. The number of log records is controlled by the {@link MuPreferences#LOG_BUFFER_SIZE} configuration variable: the more records, the more memory is used.
@see DebugConsoleDialog
@see MuPreferences#LOG_BUFFER_SIZE
@author Maxence Bernard, Arik Hadas
|
|