forked from NOX73/Arduino-logging-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
keywords.txt
32 lines (27 loc) · 929 Bytes
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#######################################
# Syntax Coloring Map logging lib
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
#######################################
# Methods and Functions (KEYWORD2)
#######################################
Error KEYWORD2 error output
Warn KEYWORD2 warning output
Info KEYWORD2 info output
Debug KEYWORD2 debug output
Verbose KEYWORD2 verbose output
Init KEYWORD2 initialiazing
#######################################
# Instances (KEYWORD2)
#######################################
Logging KEYWORD2 Logging library
#######################################
# Constants (LITERAL1)
#######################################
LOG_LEVEL_NOOUTPUT LITERAL1 Constants
LOG_LEVEL_ERRORS LITERAL1 Constants
LOG_LEVEL_INFOS LITERAL1 Constants
LOG_LEVEL_DEBUG LITERAL1 Constants
LOG_LEVEL_VERBOSE LITERAL1 Constants