Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
void
191
Logger::flush()
192
{
193
if (state_->initialized_) {
194
TSTextLogObjectFlush(state_->text_log_obj_);
195
} else {
196
LOG_ERROR(
"Not initialized!"
);
197
}
198
}
199
200
namespace
201
{
Callers
9
run
Method · 0.45
connect
Method · 0.45
main_event_handler
Method · 0.45
observe
Function · 0.45
observe
Function · 0.45
observe
Function · 0.45
observe
Function · 0.45
observe
Function · 0.45
observe
Function · 0.45
Calls
1
TSTextLogObjectFlush
Function · 0.85
Tested by
2
run
Method · 0.36
connect
Method · 0.36