--- libwww/Library/src/HTLog.html 1998/01/21 17:24:40 2.15 +++ libwww/Library/src/HTLog.html 1998/02/01 19:04:11 2.16 @@ -45,6 +45,14 @@ Close the log file and delete the object extern BOOL HTLog_close (HTLog * log); +

How many times has log object been accessed?

+ +Returns access count number or -1 + +
+extern int HTLog_accessCount (HTLog * log);
+
+

Log a Client Request in CLF

This functions logs the result of a request in what's close to CLF. It can @@ -85,7 +93,7 @@ extern BOOL HTLog_addText (HTLog * log,
-@(#) $Id: HTLog.html,v 2.15 1998/01/21 17:24:40 frystyk Exp $ +@(#) $Id: HTLog.html,v 2.16 1998/02/01 19:04:11 frystyk Exp $