Skip to content

Custom columnizers

Patrick Bruner edited this page Jul 10, 2025 · 2 revisions

Custom columnizers

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:

  1. You have to provide a DLL written in some .NET language.
  2. You have to implement the ILogLineColumnizer interface exported by the ColumnizerLib DLL.
  3. Put the DLL into a subdirectory of LogExpert called 'plugins'
πŸ› οΈ Functions
🧰 SDK
Clone this wiki locally