Changeset 3f05ef7 in mainline for uspace/srv/sysman/log.h
- Timestamp:
- 2019-08-06T19:23:02Z (6 years ago)
- Children:
- dba056b
- Parents:
- 63a3276
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-06-20 00:57:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:23:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/log.h
r63a3276 r3f05ef7 37 37 * that would use logger as soon as it's ready. 38 38 */ 39 #define sysman_log(level, fmt, ...) printf("sysman: " fmt "\n", ##__VA_ARGS__)39 //#define sysman_log(level, fmt, ...) if(level > LVL_DEBUG2) printf("sysman: " fmt "\n", ##__VA_ARGS__) 40 40 41 extern void sysman_log(log_level_t, const char *, ...) PRINTF_ATTRIBUTE(2, 3); 42 43 extern void sysman_log_tofile(void); 41 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.