|
Tuesday, 15 July 2008 19:00 |
What is a Columnizer?A Columnizer splits every line of the log file into columns. So the Columnizer has to know the exact format of the log file. You can provide Columnizers for your own log file. How to provide own ColumnizersA LogExpert Columnizer is a .NET assembly (a DLL) with one or more classes implementing the ILogLineColumnizer interface. This interface is defined by LogExpert. SDK ContentsThe SDK contains documentation about the ILogLineColumnizer interface and how to build and deploy the Columnizer DLL. It also contains a sample Columnizer written in C#. But you can use any .NET language. Download the SDK: sdk.zip
|