Changeset f039dba in mainline for uspace/lib/c/include/io/log.h


Ignore:
Timestamp:
2012-08-17T09:57:27Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1912b0c
Parents:
f72ae3b
Message:

Logger also works with hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/log.h

    rf72ae3b rf039dba  
    5353typedef sysarg_t log_t;
    5454#define PRIlogctx PRIxn
    55 #define LOG_DEFAULT 0
     55#define LOG_DEFAULT ((log_t) -1)
     56#define LOG_NO_PARENT ((log_t) 0)
    5657
    5758extern const char *log_level_str(log_level_t);
Note: See TracChangeset for help on using the changeset viewer.