Changes in uspace/lib/c/include/io/log.h [aa492fe:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/log.h
raa492fe r9d58539 36 36 37 37 #include <stdarg.h> 38 #include <io/verify.h>39 38 40 39 typedef enum { … … 45 44 LVL_DEBUG, 46 45 LVL_DEBUG2, 47 46 48 47 /** For checking range of values */ 49 48 LVL_LIMIT … … 51 50 52 51 extern int log_init(const char *, log_level_t); 53 extern void log_msg(log_level_t, const char *, ...) 54 PRINTF_ATTRIBUTE(2, 3); 52 extern void log_msg(log_level_t, const char *, ...); 55 53 extern void log_msgv(log_level_t, const char *, va_list); 56 54
Note:
See TracChangeset
for help on using the changeset viewer.