STIMA  3
All Classes Files Functions Variables Enumerations Enumerator Macros Modules Pages
debug_config.h
1 /*********************************************************************
2 Copyright (C) 2017 Marco Baldinetti <m.baldinetti@digiteco.it>
3 authors:
4 Paolo Patruno <p.patruno@iperbole.bologna.it>
5 Marco Baldinetti <m.baldinetti@digiteco.it>
6 
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License as
9 published by the Free Software Foundation; either version 2 of
10 the License, or (at your option) any later version.
11 
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **********************************************************************/
20 
21 #ifndef _DEBUG_CONFIG_H
22 #define _DEBUG_CONFIG_H
23 
29 //#define DISABLE_LOGGING
30 
36 #define ENABLE_SDCARD_LOGGING (0)
37 
50 #define LOG_LEVEL LOG_LEVEL_NOTICE
51 
56 #define DEBUG_MEMORY (0)
57 
62 #define OK_STRING ("OK")
63 
68 #define ERROR_STRING ("ERROR")
69 
74 #define FAIL_STRING ("FAIL")
75 
80 #define YES_STRING ("YES")
81 
86 #define NO_STRING ("NO")
87 
92 #define ON_STRING ("ON")
93 
98 #define OFF_STRING ("OFF")
99 
104 #define SAVE_STRING ("SAVE")
105 
110 #define STIMA_LCD_TRACE_LEVEL (LCD_TRACE_LEVEL_INFO)
111 
112 #endif