Customer area
CatTools is one of the best products that I have used.
Kiwi Logger Components Print E-mail
The following products are available in the KLOG suite:

KLOG (exe)The console-mode syslog message sender.

 

KLOGWIN (exe)A Windows GUI version of the console-mode utility. It does not run from a console, so it is more suitable for being called from Windows GUI applications (no console window is opened). It uses the same program arguments as the console-mode version, except it cannot repeat messages every second.

 

KLOG.DLLThis DLL provides KLOG functionality to other applications. It is used by the KSEND sample application. Refer to the Using KLOG functions from other Windows applications section.

 

KSEND (exe/sample)A Windows GUI tool for sending messages written in C++. Its interface provides the same options as KLOGWIN's command line. It can send one or ten messages. It is designed as a test utility and can not be called by other applications. KSend uses the KLOG.DLL to send messages.

 

KLOG.LIBThe import library which can be used by developers. By linking with KLOG.LIB, KLOG.DLL features can be leveraged in other applications.

 

KLOG_COM.dll COM)Suitable for use with COM-compliant languages such as VB6, ASP, and VBScript. Examples included in the ../KLOGDLL_COM/Samples directory illustrate the COM component usage in VB6, ASP and VBScript.

 

KLOG_NET.dll (.net)A .net Syslog Sender library. Samples included in ../KLOGDLL_NET/Samples. "KlogWin" is a VB.net example of a .net syslog sender leveraging the KLOG_NET.dll. "KlogWeb" is a ASP.net sample syslog sending application very similar to KLogWin.