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

Method flush

src/tscpp/api/Logger.cc:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void
191Logger::flush()
192{
193 if (state_->initialized_) {
194 TSTextLogObjectFlush(state_->text_log_obj_);
195 } else {
196 LOG_ERROR("Not initialized!");
197 }
198}
199
200namespace
201{

Callers 9

runMethod · 0.45
connectMethod · 0.45
main_event_handlerMethod · 0.45
observeFunction · 0.45
observeFunction · 0.45
observeFunction · 0.45
observeFunction · 0.45
observeFunction · 0.45
observeFunction · 0.45

Calls 1

TSTextLogObjectFlushFunction · 0.85

Tested by 2

runMethod · 0.36
connectMethod · 0.36