grigala / LogoRRR

A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogoRRR

LogoRRR is a simple utility to display a logfile and visualise certain classes of events. The main target audience are first or second level support engineers who need a tool to find patterns in log files.

Screenshot

Screenshot of LogoRRR, version 22.1.0

Basic usage

Shows basic functionality of LogoRRR as animated gif

For example, ERROR events are visualized as red rectangles, TRACE events as grey rectangles, INFO events as green ones etc.

You can start LogoRRR via double click from the desktop. Add a log file simply via drag'n drop.

Technology

See Technology for a short summary of used technologies.

Installation

You can give it a try by downloading a prebuilt installer for LogoRRR from the releases page. There are installer for Windows and MacOs available.

Please note: Because LogoRRR is not digitally signed you are going to see warnings when trying to download, install or start the application. This will not change until it is digitally signed.

This situation will be better when there is an installation via windows app store and apple app store are available.

Features

  • Drag and drop log files to application to visualize/view them
  • Handle multiple log files in parallel
  • Filter log files for entries interactively
  • Basic search functionality
  • Unix tail -f like functionality to watch ongoing events
  • Windows Installer
  • MacOs installer

Sponsoring

Of course, if you find this project useful, please consider to donate to this project. For this reason I've set up a page at buymeacoffee.

Alternatively, just hit the 'star' here on github, or drop me a line at twitter: @logorrr.

A big shoutout goes to @TheJeed for sponsoring this project and boosting my motivation to continue working on it. Thank you!

I want to thank my employer NEXTSENSE as well for generously providing vital infrastructure to create this application.

License

This software is licensed under Apache-2 License.

Development information

If you want to build LogoRRR from source code read this document: Build instructions

About

A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.

License:Apache License 2.0


Languages

Language:Scala 99.6%Language:Shell 0.3%Language:Batchfile 0.1%