Log outline
#500
Replies: 1 comment
-
That is an interesting suggestion. The ui for this is very different from what is currently in klogg, so I'm not sure if I'll have time to look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have a list of parent/child rules (regex/plaintext) that will show-up into a tree control.
The rules might look like this:
(root): "Start task"
"Start task": "New process", "Crash encountered", "Start reporting"
"New process": "Test registered", "Test success", "Test fail"
The end result would be something like this:
You would then be able to click on any of the tree nodes and be taken straight to the corresponding line in the file
Beta Was this translation helpful? Give feedback.
All reactions