19 #ifndef NET_INSTAWEB_HTMLPARSE_PUBLIC_FILE_STATISTICS_LOG_H_
20 #define NET_INSTAWEB_HTMLPARSE_PUBLIC_FILE_STATISTICS_LOG_H_
23 #include "pagespeed/kernel/base/basictypes.h"
24 #include "pagespeed/kernel/base/file_system.h"
26 namespace net_instaweb {
35 MessageHandler* message_handler);
37 virtual void LogStat(
const char *statName,
int value);
40 FileSystem::OutputFile* file_;
41 MessageHandler* message_handler_;
FileStatisticsLog(FileSystem::OutputFile *file, MessageHandler *message_handler)
Note: calling context responsible for closing & cleaning up file.
Definition: statistics_log.h:26
Statistics logger that sends its output to a file.
Definition: file_statistics_log.h:31