Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ display
Method
display
src/proxy/logging/LogFile.cc:755–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
void
756
LogFile::display(FILE *fd)
757
{
758
fprintf(fd,
"Logfile: %s, %s\n"
, get_name(), (is_open()) ?
"file is open"
:
"file is not open"
);
759
}
760
761
bool
762
LogFile::is_open()
Callers
3
loadLogConfig
Method · 0.45
init_when_enabled
Method · 0.45
benchmark_LogObject.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected