Skip to content

Logbook 0.7.3

Latest
Compare
Choose a tag to compare
@rkoschmitzky rkoschmitzky released this 31 Jan 23:13

Improvements

  • possibility to do items foreground (text) coloring instead of background coloring (thanks @heylenz)
  • a new option for doing case insensitive filtering
  • flags system to control the Logbook behavior
Flag Description
COLORING_TEXT When given the item's foreground color will be set instead of the background color.
IGNORE_FORMATTER If a formatter was set to the handler, it can be explicitly ignored by setting using this. It means the formatter will not be considered as the recorditem's text. Instead it will only use the LogRecord.getMessage() directly.
INITIAL_COLORING When given the Coloring option will be checked by default when launching the logbook.
READABLE_TEXT_COLOR When given and COLORING_TEXT is NOT set it sets an automatic item foreground color based on the background color for better readability.
RE_IGNORE_CASE When given the Ignore Case option will be checked by default when launching the logbook.