Searched defs:gDebugLog (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp175 static PRLogModuleInfo* gDebugLog; variable
179 if (0 == gDebugLog) {
180 gDebugLog = PR_NewLogModule("nsDebug");
181 gDebugLog->level = PR_LOG_DEBUG;
198 PR_LOG(gDebugLog, PR_LOG_ERROR, ("%s", buf));
301 PR_LOG(gDebugLog, PR_LOG_ERROR,
383 PR_LOG(gDebugLog, PR_LOG_ERROR,
427 PR_LOG(gDebugLog, PR_LOG_ERROR, ("%s", buf));

Completed in 42 milliseconds