Lines Matching refs:module
114 ** PR_LOG(<module>, <level>, (<printfString>, <args>*));
116 ** Where <module> is the address of a PRLogModuleInfo structure, and
142 ** defined and initialized in prinit.c. See this module for ideas on
161 ** One of these structures is created for each module that uses logging.
162 ** "name" is the name of the module
163 ** "level" is the debugging level selected for that module
172 ** Create a new log module.
213 ** "module" is the address of a PRLogModuleInfo structure
228 #define PR_LOG_TEST(module,level) 0
229 #define PR_LOG(module,level,args)
240 #define PR_LOG_BEGIN(module,level,args)
241 #define PR_LOG_END(module,level,args)