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

Method va_write

src/proxy/logging/LogObject.cc:900–904  ·  view source on GitHub ↗

------------------------------------------------------------------------- TextLogObject::va_write This routine will take a format string and va_list and write it as a single entry (line) in the text file. If timestamps are on, then the entry will be preceeded by a timestamp. Returns ReturnCodeFlags. -------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

898 Returns ReturnCodeFlags.
899 -------------------------------------------------------------------------*/
900int
901TextLogObject::va_write(const char *format, va_list ap)
902{
903 return this->va_log(nullptr, format, ap);
904}
905
906/*-------------------------------------------------------------------------
907 LogObjectManager

Callers 1

TSTextLogObjectWriteFunction · 0.80

Calls 1

va_logMethod · 0.80

Tested by

no test coverage detected