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

Function TSTextLogObjectHeaderSet

src/api/InkAPI.cc:6382–6388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6380}
6381
6382void
6383TSTextLogObjectHeaderSet(TSTextLogObject the_object, const char *header)
6384{
6385 sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS);
6386
6387 (reinterpret_cast<TextLogObject *>(the_object))->set_log_file_header(header);
6388}
6389
6390TSReturnCode
6391TSTextLogObjectRollingEnabledSet(TSTextLogObject the_object, int rolling_enabled)

Callers 1

TSPluginInitFunction · 0.85

Calls 2

set_log_file_headerMethod · 0.80

Tested by

no test coverage detected