Setup logging

Setup logging — Configure logging levels

Description

Allows configuration of the individual system loggers.

Displays a dialog with the names of all currently known loggers in the application.

The selection of one of these allows to change its level of detail for future event output. It is also possible to reset this setting so it will be inherited from its hierarchical predecessor.

It is even possible to create new loggers, for example to bundle a part of the logger hierarchy tree. But from the very nature of logging it is not possible to remove existing loggers.

The exact behavior of the possible operations depends heavily on the logging framework in use (Log4j, JDK, console or none at all).