Mini application server API for C++.
inet
Class CzzAccessLog
in zz_access_log.h
- class CzzAccessLog
Webserver access log
- Author:
- Toni Thomsson, toni@tonjac.org
|
Method Summary |
virtual void |
write( CzzHTTPRequest* req, int responce_code, int size )
Writes a entry in the access log |
CzzAccessLog
public CzzAccessLog( const char* file );
- Construction
- Parameters:
file - Full path to webserver access log
~CzzAccessLog
public virtual ~CzzAccessLog();
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