Home | History | Annotate | Download | only in lib

Lines Matching refs:level

42  * By using global variables (to store the current log level etc.)
47 * of this module considerably (e.g., log level could not be
74 * Each tracing message is associated with a log level which describes
94 * contextual information (e.g., log level, time and date, source file
104 * of an array, on the Info level two additional macros shown in the
122 * By calling PICODBG_SET_LOG_LEVEL() the log level may be changed at
199 #define PICODBG_INITIALIZE(level) \
200 picodbg_initialize(level)
205 #define PICODBG_SET_LOG_LEVEL(level) \
206 picodbg_setLogLevel(level)
228 #define PICODBG_LOG(level, msg) \
229 picodbg_log(level, 1, __FILE__, __LINE__, __FUNCTION__, picodbg_varargs msg)
260 void picodbg_initialize(int level);
263 void picodbg_setLogLevel(int level);
271 void picodbg_log(int level, int donewline, const char *file, int line,
276 void picodbg_log_msg(int level, const char *file, const char *msg);
281 #define PICODBG_INITIALIZE(level)
283 #define PICODBG_SET_LOG_LEVEL(level)
292 #define PICODBG_LOG(level, msg)