-
Notifications
You must be signed in to change notification settings - Fork 178
Highlighting
You can set up a list of keywords that will mark lines in the log file in different colors. Every time a keyword is found, the whole line will be colored as configured in the Highlight settings.
Choose "Hilighting and triggers" from the Options menu to see the following dialog:
Enter a search string into the input field and choose a color for foreground and background. Then click on the "Add" button.
Select the entry to be removed from the list. Then click on the "Delete" button.
Select the entry to be changed from the list. Now you can change the search text and/or colors etc. As soon as you change something, the "Apply" button will be enabled. Click on the "Apply" button to commit your changes.
You can change the order of the entries by using the "Up" and "Down" buttons. LogExpert will check the entries from top to bottom. As soon as a keyword matches a log line, the settings for this entry will be applied (the log line gets colored). If more keywords would match for the line, only the first wins.
There are also 4 "actions" that can be triggered by keywords:
Actions | Description |
---|---|
Don't lit dirty LED | Lines containing the keyword will not lit the LED that indicates a "dirty" log file state. Useful for "unimportant" periodical log messages (connection pools, timing messages etc.) |
Set bookmark | A bookmark will automatically be set on the line containing the keyword. You can enter a comment for this bookmark. In the bookmark comment you can use the following variables:
|
Stop Follow Tail | Follow Tail" will be switched off as soon as the keyword is found on a line. This can be usefull to let LogExpert stop scrolling when something important is happening in the logfile. |
Plugin | Launch a plugin. You can use built-in plugins or write your own plugin using the SDK. |
Note that the action triggers only work for new "incoming" log file content. In other words, the conditions for the actions triggers are only checked when a log file has been changed and only for the new appended lines.
You can create various sets of highlight settings. A set of highlight settings is called a "group". You can choose the current group with the combo box in the toolbar:
Only the active group will be in effect. This allows fast switching of the file coloring depending on current needs or file types. You can also assign highlight groups for file types (via name pattern matching) in the settings.
Hint: Right-clicking the combo box will open the highlight settings.
π οΈ Functions
-
π File handling
-
π¦ Filter
Filter Subsections
- π’ Basic filter functions
- βοΈ Advanced filter hints
- π‘ Useful filter hints
- πΎ Filter save and restore
-
π Columnizers
Columnizers Subsections
- π§ Columnizers
- β¨ Custom columnizers
- β³ Timeshift
- π°οΈ Time spread view
- π Time sync
-
π Multifile
-
π Bookmarks
-
π¨ Highlighting
-
π§ External tools
-
β° Context menu
- βοΈ Settings
- πΎ Persistence
- π Sessions
- π§© Eminus Plugin
- π RegEx Reference
- β¨οΈ Keyboard Shortcuts
- π Usage Examples
π§° SDK
- π Plugins
- π ILogLineColumnizerCallback
- π οΈ Columnizer-API
- π About the different Line interfaces
-
β FAQ
Show topics
- πͺ΅ Logging
- π Event Log
- π§© Plugin Load Error
- π Signing Error during build