W3C libwww Using

Request Log Filter

It is possible to log the result of a libwww request regardless of what type of application is using it. The current implementation of the log manager is very simple but it is straight forward to replace the implementation with a more sofisticated one. The current log format is defined as follows:

	<HOST> <DATE> <METHOD> <URI> <RESULT> <CONTENT LENGTH>

where the date and time stamp can be either in local time or GMT. Logging is turned off but the application can enable it at any time. However, it is also for the application to disable the logging in order to close any open file descriptors etc.

DocumentationConstructors, Destructors and Methods


Henrik Frystyk Nielsen, libwww@w3.org,
@(#) $Id: Logging.html,v 1.10 1996/12/09 03:24:04 jigsaw Exp $