Mini application server API for C++.

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

inet
Class CzzAccessLog

   in zz_access_log.h

class CzzAccessLog

Webserver access log

Author:
Toni Thomsson, toni@tonjac.org

Constructor Summary
CzzAccessLog( const char* file )
          Construction
virtual ~CzzAccessLog()
          
 
Method Summary
 virtual void write( CzzHTTPRequest* req, int responce_code, int size )
          Writes a entry in the access log
 

Constructor Detail

CzzAccessLog

public CzzAccessLog( const char* file );
Construction
Parameters:
file - Full path to webserver access log

~CzzAccessLog

public virtual ~CzzAccessLog();


Method Detail

write

public virtual void write( CzzHTTPRequest* req, int responce_code, int size );
Writes a entry in the access log
Parameters:
req - Request
responce_code - HTTP response code 100-500
size - Size of reply in bytes

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD