Page Speed Optimization Libraries
1.5.27.2
|
Simple AbstractLogRecord implementation which owns a LoggingInfo protobuf. More...
#include "log_record.h"
Public Member Functions | |
LogRecord (AbstractMutex *mutex) | |
LoggingInfo * | logging_info () |
virtual void | SetImageStats (int num_img_tags, int num_inlined_img_tags, int num_critical_images_used) |
Sets image related statistics. | |
virtual void | SetResourceCounts (int num_external_css, int num_scripts) |
Sets the number of external resources on an HTML page. | |
bool | WriteLogImpl () |
Simple AbstractLogRecord implementation which owns a LoggingInfo protobuf.
LoggingInfo* net_instaweb::LogRecord::logging_info | ( | ) | [inline, virtual] |
Implements net_instaweb::AbstractLogRecord.
bool net_instaweb::LogRecord::WriteLogImpl | ( | ) | [inline, virtual] |
Implements writing a log, base implementation is a no-op. Returns false if writing failed.
Implements net_instaweb::AbstractLogRecord.
Reimplemented in net_instaweb::CopyOnWriteLogRecord.