home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / sysl10.zip / test.c < prev    next >
C/C++ Source or Header  |  1998-05-31  |  194b  |  11 lines

  1. #include <os2.h>
  2. #include "logger.h"
  3.  
  4. main(VOID)
  5. {
  6.   Logger("localhost",           // Hostname
  7.          3000,                  // IP-Port
  8.          "Testmessage");        // Message
  9. }
  10.  
  11.