MCPcopy Create free account
hub / github.com/apache/trafficserver / set_fmt_timestamps

Method set_fmt_timestamps

include/proxy/logging/LogObject.h:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 void add_filter(LogFilter *filter, bool copy = true);
103
104 inline void
105 set_fmt_timestamps()
106 {
107 m_flags |= LOG_OBJECT_FMT_TIMESTAMP;
108 }
109
110 int log(LogAccess *lad, const char *text_entry = nullptr);
111

Callers 2

TextLogObjectMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected