-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloglevels.h
More file actions
23 lines (15 loc) · 808 Bytes
/
loglevels.h
File metadata and controls
23 lines (15 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef LOGLEVELS_H_
#define LOGLEVELS_H_
#include "logger.h"
#define LOG_LEVEL_main LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_mod_lighting LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_mod_button LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_mod_movement LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_mod_illuminance LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_mod_array LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_comm_addrcache LOG_LEVEL_DEBUG
#define LOG_LEVEL_mist_comm_am_addrdisco LOG_LEVEL_DEBUG
#define LOG_LEVEL_deviceannouncement LOG_LEVEL_DEBUG
#define LOG_LEVEL_basic_rtos_threads_stats LOG_LEVEL_DEBUG
//#define LOG_LEVEL_radio LOG_LEVEL_DEBUG
#endif//LOGLEVELS_H_