-
Notifications
You must be signed in to change notification settings - Fork 180
Plugins
Patrick Bruner edited this page Jul 10, 2025
·
5 revisions
Create a new .NET 8.0 class library which references ColumnizerLib.dll. In the ColumnizerLib.dll are all needed Interfaces for any plugin. The file must be placed under the Plugin
subfolder of LogExpert to be loaded automatically by LogExpert.
The new Plugin class which implements one or many Interface must be public.
π οΈ 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