Package be.ugent.caagt.swirl.logging

Provides a window that displays the log messages sent to the standard Java logging system.

See:
          Description

Class Summary
JListLogCellRenderer Renders log records for use with a JListLogHandler.
JListLogHandler Log handler which outputs its log records to a JList, where new records end up at the top.
 

Package be.ugent.caagt.swirl.logging Description

Provides a window that displays the log messages sent to the standard Java logging system. The window is invisible at the start of an application but pops up automatically whenever an event happens of a sufficiently high severity.