| 6380 | } |
| 6381 | |
| 6382 | void |
| 6383 | TSTextLogObjectHeaderSet(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 | |
| 6390 | TSReturnCode |
| 6391 | TSTextLogObjectRollingEnabledSet(TSTextLogObject the_object, int rolling_enabled) |
no test coverage detected