The {@link de.qfs.apps.qflog.logview.LogView LogView} component provided by this package can be used to display, sort, filter and save log messages generated by the classes of the {@link de.qfs.lib.log} package. One of its parts, the {@link de.qfs.apps.qflog.logview.LogLevelView LogLevelView}, is a graphical interface for controlling log message generation.

While the log server qflog is the primary user of the LogView component, it is also possible to use a LogView directly inside an application. To do so, create a LogView via {@link de.qfs.apps.qflog.logview.LogView#logToView LogView.logToView}. This will install the LogView within the logging system. To display the view, call show() on the frame returned by {@link de.qfs.apps.qflog.logview.LogView#getFrame getFrame}.