-
-
Notifications
You must be signed in to change notification settings - Fork 254
Description
I know the Klogg is a multi-platform application to browse and search log files, when I use it to browse some log files, it can help me capture some key log information quickly and efficiently.
In the actual work, there is such a scenario, for example, I get a log file, when I browse the log or when I use a highlighter to make some marks, I hope I can try to modify it, just like I am editing a text file and I want to add some my own understanding to the log file I see, as if I added comments in the process of writing code. The picture below is the modification I made to the log file with a normal file editor. As you can see, the position of line 21 is manually added :

Like some other editors, such as vim, UltraEdit Text Editor, Notepad++, etc., they also support the function of viewing logs, and they also support the editing function of logs, but they are far less efficient than klogg.
I hope that klogg can support the function of editing logs. Users can add some of their own understanding or a key information, which can help themselves or other colleagues to locate some bugs.
Hope this feature can be adopted, thank you.