===========================================================================
Log formats the iisstat currently supports:
===========================================================================

FTP daemons:

  WU-FTPd 2.4 xfer log file structure:
       WeekDay Month Day Time Year XmitSecs Host Bytes File Mode Conversion Direction UserType Password/User ftp Auth Auth

Gopher daemons:

  Univ of Minnesota Gopher+ 2.1.3 log file structure:
       WeekDay Month Day Time Year PID Host : Message
       Wdy Mon DD HH:MM:SS YYYY

HTTP daemons:

  Common Log Format: NCSA HTTPd >= v1.2; CERN >= 1.16b
       host rfc931 authuser [DD/Mon/YYYY:hh:mm:ss [+/-]HHMM] "request" ddd bbbb
    authuser = HTTP/1.0 authenticated user or - if none
    DD/Mon/YYYY:hh:mm:ss [+/-]HHMM = Local day & time with timezone offset from GMT at end
    request =  request as sent by the client.
       Format: "method HREF HTTP/1.0"
               method = GET, HEAD, POST, or none
               HREF = full file path and arguments
               HTTP/1.0 = if it is HTTP/1.0
    ddd  = HTTP/1.0 status code or - if not available
    bbbb = # of bytes  or - if not available

  EMWAC HTTP access log ( may be same as old CERN log )
       Weekday Month Day Time Year ServerAddress ClientAddress request
       Wdy Mon DD HH:MM:SS YYYY
       request: method URL version

Bulletin Board Systems:

  TBBS 2.2 multiline log file structure:
       (line) MM-DD-YY HH:MM:SS protocol direction file

===========================================================================
Log formats that I am thinking about adding support for:
===========================================================================

gn 2.01 log file structure:
       Host: WeekDay Month Day Time Year (File): operation: other stuff

