Changeset 241f1985 in mainline for uspace/srv/sysman/log.h
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/log.h
rf92b315 r241f1985 41 41 //#define sysman_log(level, fmt, ...) if(level > LVL_DEBUG2) printf("sysman: " fmt "\n", ##__VA_ARGS__) 42 42 43 extern void sysman_log(log_level_t, const char *, ...) PRINTF_ATTRIBUTE(2, 3);43 extern void sysman_log(log_level_t, const char *, ...) _HELENOS_PRINTF_ATTRIBUTE(2, 3); 44 44 45 45 extern void sysman_log_tofile(void);
Note:
See TracChangeset
for help on using the changeset viewer.