-
Notifications
You must be signed in to change notification settings - Fork 178
Custom columnizers
Patrick Bruner edited this page Jul 10, 2025
·
2 revisions
You can create your own columnizers and use them with LogExpert.
Have a look at [SDK](SKD Link TODO). There you can find instructions on how to build your own columnizers and some example code.
Short summary:
- You have to provide a DLL written in some .NET language.
- You have to implement the ILogLineColumnizer interface exported by the ColumnizerLib DLL.
- Put the DLL into a subdirectory of LogExpert called 'plugins'
π οΈ 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