Changeset f039dba in mainline for uspace/lib/c/include/io/log.h
- Timestamp:
- 2012-08-17T09:57:27Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1912b0c
- Parents:
- f72ae3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/log.h
rf72ae3b rf039dba 53 53 typedef sysarg_t log_t; 54 54 #define PRIlogctx PRIxn 55 #define LOG_DEFAULT 0 55 #define LOG_DEFAULT ((log_t) -1) 56 #define LOG_NO_PARENT ((log_t) 0) 56 57 57 58 extern const char *log_level_str(log_level_t);
Note:
See TracChangeset
for help on using the changeset viewer.