source:
mainline/uspace/srv/sysman/log.h@
6efec7e3
| Last change on this file since 6efec7e3 was 6efec7e3, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 293 bytes | |
| Rev | Line | |
|---|---|---|
| [6efec7e3] | 1 | #ifndef SYSMAN_LOG_H |
| 2 | #define SYSMAN_LOG_H | |
| 3 | ||
| 4 | #include <io/log.h> | |
| 5 | #include <stdio.h> | |
| 6 | ||
| 7 | /* | |
| 8 | * Temporarily use only simple printfs, later add some smart logging, | |
| 9 | * that would use logger as soon as it's ready. | |
| 10 | */ | |
| 11 | #define sysman_log(level, fmt, ...) printf("sysman: " fmt "\n", __VA_ARGS__) | |
| 12 | ||
| 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
