diff options
author | cotox <39076296+cotox@users.noreply.github.com> | 2018-05-21 17:39:36 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-08-30 22:44:18 +0000 |
commit | deb82006e5532693c07726e2eaedcc38c7bc050d (patch) | |
tree | 1337f000bfda1d101dfd91763c9b98d0600d4328 /other/bootstrap_daemon/src/global.h | |
parent | 36f0caaf072128623a4c70e6a614721249bb4c6b (diff) |
Feature bootstrap trace/debug log output
Don't know why codes with macro dosen't work.
As it's only a few expensive, just code it without macro for now.
\#if (MIN_LOGGER_LEVEL == LOG_TRACE) || (MIN_LOGGER_LEVEL == LOG_DEBUG)
fprintf(stderr, "[%s] %s:%d(%s) %s\n", strlevel, file, line, func, message);
\#endif
Diffstat (limited to 'other/bootstrap_daemon/src/global.h')
0 files changed, 0 insertions, 0 deletions