Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JetBrains/ideolog
Interactive viewer for '.log' files.
https://github.com/JetBrains/ideolog
Last synced: 3 months ago
JSON representation
Interactive viewer for '.log' files.
- Host: GitHub
- URL: https://github.com/JetBrains/ideolog
- Owner: JetBrains
- License: mit
- Created: 2017-06-06T14:29:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T17:56:11.000Z (6 months ago)
- Last Synced: 2024-05-17T18:56:07.569Z (6 months ago)
- Language: Kotlin
- Size: 449 KB
- Stars: 250
- Watchers: 200
- Forks: 53
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive viewer for '.log' files. [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
Features:
* Code highlighting based on log level: error, warn, info, etc.
* Intention to highlight columns (time, category, threads, stack frames) in log file editor.
* Folding of uninteresting events
* Hyperlinks of stack traces in log
* Navigation to source code that emit log events (F7).
* Go to next error action (Shift + F7)
* Extends selection
* Intention to highlight distance between events (marks time as red)
* Advanced error stripe (heat map)