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

Method error

src/proxy/logging/Log.cc:1231–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229 -------------------------------------------------------------------------*/
1230
1231int
1232Log::error(const char *format, ...)
1233{
1234 va_list ap;
1235 int ret;
1236
1237 va_start(ap, format);
1238 ret = Log::va_error(format, ap);
1239 va_end(ap);
1240
1241 return ret;
1242}
1243
1244int
1245Log::va_error(const char *format, va_list ap)

Callers 6

convert2yaml.pyFile · 0.45
SSLDiags.ccFile · 0.45
unmarshalMimeHdrFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected