Replies: 1 comment
-
1.) no currently not possible only text is copied, making a copy in html / rtf is quite complex, maybe could be solved by a plugin? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am fairly new to LogExpert but liking everything about it so far, but have a couple of questions:
For instance my log might contain a datetime stamp, a system serial number, a module identifier, and then the log message.
I am able to use the regex filter currently so that my filter panel only shows lines that have the specific module identifier that I am interested in, but since it is the complete line, it still contains a lot of redundant information.
In my ideal situation I would be capturing the line based on the regex, and then presenting it based on regex's "\1,\3" type format, such that my filter panel would be showing the datetime stamp, skipping the serial and module identifier, and showing the log message.
I'm assuming that this functionality is not available as of now (or else I've just not found it!)
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions