MCPcopy Create free account
hub / github.com/BVLC/caffe / InitLogLevelPipe

Function InitLogLevelPipe

python/caffe/_caffe.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 InitLog();
61}
62void InitLogLevelPipe(int level, bool stderr) {
63 FLAGS_minloglevel = level;
64 FLAGS_logtostderr = stderr;
65 InitLog();
66}
67void Log(const string& s) {
68 LOG(INFO) << s;
69}

Callers

nothing calls this directly

Calls 1

InitLogFunction · 0.85

Tested by

no test coverage detected