Skip to content

Releases: nccgroup/LoggerPlusPlus

Elasticsearch Integration

14 Apr 14:43
Compare
Choose a tag to compare
Pre-release

Reimplement elasticsearch integration.

More rewrites!

09 Apr 11:41
Compare
Choose a tag to compare
More rewrites! Pre-release
Pre-release
  • Fix "Autosave as CSV".
  • Huge Refactor.
  • Yet more concurrency fixes.
  • Rewrote export mechanism to be more generic.
  • REMOVED: Elasticsearch integration (temporarily, waiting for rewrite)

v3.14-beta

05 Apr 10:00
Compare
Choose a tag to compare
v3.14-beta Pre-release
Pre-release
  • Rework log processing yet again.
  • More concurrency fixes.

Filter Improvements, QoL Additions

14 Feb 14:06
Compare
Choose a tag to compare
Pre-release

Implements #75 - Multi selection and contextual menu.
Implements #76 - Aliases for predefined library filters.
Implements #71 - Add NOT operator in filters.
Fixes #83 - Filter not working based on order of search fields.

And more!

v3.12 Beta - Bug Fixes

14 Aug 09:07
Compare
Choose a tag to compare
Pre-release

Reworked LogManager, better concurrency handling.
Run table change events on Swing thread.
Fix filter not always correctly updating.

Log table now correctly updates after setting a filter.
Beginning of project restructure.

v3.11 Beta - Filter Rewrite

07 Aug 14:11
Compare
Choose a tag to compare
Pre-release

Massive overhaul of the filter parser.

  • Filter fields are now separated into categories. Right click the filter field for a list, click to insert into the filter.
  • New Filter Operators:
    • CONTAINS: Carries out a contains operation between string elements.
      • E.g. Request.Body CONTAINS "test"
    • IN: Checks if the value is in a given array
      • E.g. Request.Extension IN ["txt", "php", "aspx"]
  • Multiple bug fixes.