Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
62
void InitLogLevelPipe(int level, bool stderr) {
63
FLAGS_minloglevel = level;
64
FLAGS_logtostderr = stderr;
65
InitLog();
66
}
67
void Log(const string& s) {
68
LOG(INFO) << s;
69
}
Callers
nothing calls this directly
Calls
1
InitLog
Function · 0.85
Tested by
no test coverage detected