Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ InitLogging
Function
InitLogging
src/utils/logging.cc:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
bool not_log_stderr[NUM_SEVERITIES] = {};
36
37
void InitLogging(const char* argv) {
38
#ifdef USE_GLOG
39
google::InitGoogleLogging(argv);
40
#else
41
LogToStderr();
42
#endif
43
}
44
45
void LogToStderr() {
46
#ifdef USE_GLOG
Callers
1
main
Function · 0.85
Calls
1
LogToStderr
Function · 0.70
Tested by
1
main
Function · 0.68