LogoRRR icon indicating copy to clipboard operation
LogoRRR copied to clipboard

A simple and straightforward log viewer that displays the events of interest in a clear and concise visual manner so that you can identify them faster.

Results 56 LogoRRR issues
Sort by recently updated
recently updated
newest added

think about different search options. - "AND" : For example, combine two searches to narrow down and filter step by step interesting log entries. - "OR": display all entries matching...

add an option to filter a log file to a specific timeframe, a 'region of interest'. often, you'll hear that something interesting has happened 'at about 10 am' or something...

implement a feature to export the current filtered elements to a text file. add this option via a button to the tab (or a element in the context menu). a...

introduce a filter which excludes all search hits from the result. this will make it possible to hide noise when searching for a specific event.

When investigating Log Files, especially if you do it during bug fixing / Live view, you sometimes want to truncate log files completely. Of course you could just delete the...

In order to not have a warning from Windows Defender it is necessary to sign installer / app with a code signing certificate.

to be able to use LogoRRR as a library relevant code parts should be pushed to maven central. See this nice writeup as a cookbook to do it: https://andresalmiray.com/publishing-to-maven-central-using-apache-maven/

release process

Currently, if you update LogoRRR, you'll most probably lose your current configuration. The reason is that the settings format changed, some new entry was added or some was removed.

would be nice if logorrr hat its own 'namespace' on github.

Evaluate if https://github.com/jreleaser/jreleaser makes it easier to distribute LogoRRR or parts of it.