Reduced number of critical log levels.

This commit is contained in:
Valentin Bartenev
2018-03-05 17:32:50 +03:00
parent f2090bce21
commit 912a49c609
47 changed files with 403 additions and 534 deletions

View File

@@ -8,15 +8,6 @@
#define _NXT_THREAD_LOG_H_INCLUDED_
#define nxt_thread_log_emerg(...) \
do { \
nxt_thread_t *_thr = nxt_thread(); \
\
nxt_log_emerg(_thr->log, __VA_ARGS__); \
\
} while (0)
#define nxt_thread_log_alert(...) \
do { \
nxt_thread_t *_thr = nxt_thread(); \