-
Notifications
You must be signed in to change notification settings - Fork 162
Plugins
zarunbal edited this page Dec 4, 2017
·
4 revisions
Create a new .NET 4.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.