MCPcopy 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
755void
756LogFile::display(FILE *fd)
757{
758 fprintf(fd, "Logfile: %s, %s\n", get_name(), (is_open()) ? "file is open" : "file is not open");
759}
760
761bool
762LogFile::is_open()

Callers 3

loadLogConfigMethod · 0.45
init_when_enabledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected