-
Notifications
You must be signed in to change notification settings - Fork 180
ILogLineColumnizerCallback
This is for some really special cases in where you need additional infos about the LogFile or get specific lines. Most of the time you can ignore this parameter.
Implement the IColumnizerConfigurator
Interface in your columnizer.
Configure This is called when the user clicks on the "Config" button. There you can show a Dialog. You have to implement the whole logic of handling Save/Cancel/store of settings by yourself.
Load Called after the columnizer is loaded from LogExpert. Load there your saved configuration and maybe if there is no config some defaults.
https://github.com/zarunbal/LogExpert/blob/master/src/CsvColumnizer/CsvColumnizer.cs
π οΈ 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