MCPcopy Create free account
hub / github.com/apache/singa / LogToStderr

Function LogToStderr

src/utils/logging.cc:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void LogToStderr() {
46#ifdef USE_GLOG
47 google::LogToStderr();
48#else
49 for (int i = 0; i < NUM_SEVERITIES; ++i) {
50 log_file[i] = nullptr;
51 not_log_stderr[i] = false;
52 }
53#endif
54}
55
56void SetStderrLogging(int severity) {
57#ifdef USE_GLOG

Callers 1

InitLoggingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected