Changeset 2bf781a in mainline for uspace/lib/c/include/io/log.h
- Timestamp:
- 2012-08-16T21:50:52Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- f50a756
- Parents:
- cba45af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/log.h
rcba45af r2bf781a 59 59 60 60 extern int log_init(const char *, log_level_t); 61 62 extern log_t log_create(const char *); 61 extern log_t log_create(const char *, log_t); 63 62 64 63 #define log_msg(level, format, ...) \
Note: See TracChangeset
for help on using the changeset viewer.