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

Method log

src/proxy/logging/LogObject.cc:486–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486int
487LogObject::log(LogAccess *lad, const char *text_entry)
488{
489 // Clang doesn't like initializing a view with nullptr, have to check.
490 return this->log(lad, std::string_view{text_entry ? text_entry : ""});
491}
492
493class ThreadLocalLogBufferManager : public Continuation
494{

Callers 3

va_logMethod · 0.95
accessMethod · 0.45

Calls 15

memsetFunction · 0.85
incrementFunction · 0.85
toss_this_entryMethod · 0.80
is_aggregateMethod · 0.80
is_time_fieldMethod · 0.80
update_aggregateMethod · 0.80
field_countMethod · 0.80
marshal_lenMethod · 0.80
marshal_aggMethod · 0.80
checkin_writeMethod · 0.80
timestampFunction · 0.50
memcpyFunction · 0.50

Tested by

no test coverage detected