Changeset fc51296 in mainline for uspace/lib/c/include/io/log.h
- Timestamp:
- 2011-03-31T17:37:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3acb285a
- Parents:
- 9b415c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/log.h
r9b415c9 rfc51296 35 35 #define LIBC_IO_LOG_H_ 36 36 37 #include <stdarg.h> 38 37 39 typedef enum { 38 40 LVL_FATAL, … … 49 51 extern int log_init(const char *, log_level_t); 50 52 extern void log_msg(log_level_t, const char *, ...); 53 extern void log_msgv(log_level_t, const char *, va_list); 51 54 52 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.