Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatoathaydes/logfx
LogFX is a simple Log reader supporting color highlighting and able to handle giant files.
https://github.com/renatoathaydes/logfx
desktop-application javafx javafx-application logging
Last synced: 8 days ago
JSON representation
LogFX is a simple Log reader supporting color highlighting and able to handle giant files.
- Host: GitHub
- URL: https://github.com/renatoathaydes/logfx
- Owner: renatoathaydes
- License: gpl-3.0
- Created: 2015-08-16T18:22:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T18:28:59.000Z (15 days ago)
- Last Synced: 2025-01-13T13:20:01.712Z (8 days ago)
- Topics: desktop-application, javafx, javafx-application, logging
- Language: Java
- Size: 6.67 MB
- Stars: 194
- Watchers: 14
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![LogFX Logo](docs/images/lofx-logo.png)
❇️ [Download](https://github.com/renatoathaydes/LogFX/releases/latest)
LogFX is a multi-platform, free and open-source log viewer designed to handle very large files without a performance hit.
It is written in JavaFX so it can run on most Operating Systems.
🌐 [LogFX Website](https://renatoathaydes.github.io/LogFX/)
📚 [Documentation](https://renatoathaydes.github.io/LogFX/docs/index.html)
🪲 [Report Issue](https://github.com/renatoathaydes/LogFX/issues/new)
📣 [Send private feedback](https://renatoathaydes.github.io/LogFX/contact.html)
## Getting LogFX
Please choose one of the two alternatives below:
### Stand-alone distributions
LogFX is distributed as a stand-alone application (arond 35MB download, 55MB unpacked).
Download the zip file for your distribution, unzip it, then run it with:
```
logfx/bin/logfx
```[Linux](https://github.com/renatoathaydes/LogFX/releases/latest) - `logfx--linux.zip`
[Mac](https://github.com/renatoathaydes/LogFX/releases/latest) - `logfx--mac.zip`
[Windows](https://github.com/renatoathaydes/LogFX/releases/latest) - `logfx--windows.zip`
### Fat Jar (requires Java 17+ with JavaFX)
* download the jar from the command-line or your browser:
> Find the latest version on [Maven Central](https://search.maven.org/search?q=a:logfx).
```
VERSION= && \
curl https://repo1.maven.org/maven2/com/athaydes/logfx/logfx/$VERSION/logfx-$VERSION-all.jar \
-o logfx.jar
```> Size of the jar as of version `0.6.1`: 289 KB. *Not MB!*
> UPDATE: Version 1.0's jar size: 272Kb.Run with:
```
java -jar logfx.jar
```> Hint: to get Java 17 with JavaFX included, use [SDKMAN!](https://sdkman.io/)
## Screenshots
- Linux KDE
![LogFX running on Linux KDE](https://raw.githubusercontent.com/renatoathaydes/LogFX/next/docs/images/screenshots/logfx-1.0rc2-linux.png)
More in the [Wiki](https://github.com/renatoathaydes/LogFX/wiki/Screenshots) and on the
[Website](https://renatoathaydes.github.io/LogFX/).