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

Function InitLogLevel

python/caffe/_caffe.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 ::google::InstallFailureSignalHandler();
57}
58void InitLogLevel(int level) {
59 FLAGS_minloglevel = level;
60 InitLog();
61}
62void InitLogLevelPipe(int level, bool stderr) {
63 FLAGS_minloglevel = level;
64 FLAGS_logtostderr = stderr;

Callers

nothing calls this directly

Calls 1

InitLogFunction · 0.85

Tested by

no test coverage detected