Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each logger is made up of one or more log handlers that manage the logging output. The handlers take care of outputting the log messages as well as determining where the log messages are stored (in memory, on screen, on disk, and so forth. To change the logging level of a handler, select the level from the drop-down list next to "Set Handler Level" and then click [Set Handler level]. The options are:


LevelDescription
SevereSEVEREMessages that indicate a serious failure.
WarningWARNINGMessages that indicate a potential problem
InfoINFOMessages that impart general information about the processes that are being performed
FineFINEMessages that provide low level tracing information.
FinerFINERMessages that provide fairly detailed tracing information.
FinestFINESTMessages that provide highly detailed tracing information.
AllAll messages are logged
InheritedThe logging level of the parent class is used.

...