summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/grc/conf.smartDeviceLinkCore
blob: 11c7643c6878ce1ece8ff1dd8feb1d3589b4aca6 (plain)
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
32
33
34
# source filename
regexp=\w+\.(?:cpp|h)
colours=yellow
===
regexp=^(ERROR|FATAL)
colours=red on_yellow
===
regexp=^WARN
colours=red
===
regexp=^INFO
colours=blue
===
regexp=^TRACE
colours=magenta
===
# component
regexp=(?<=\])\[[^]]+\]
colours=cyan
===
# something invalid
regexp=(?i)invalid
colours=red
===
# RPC message start
regexp=^\{$
colours=bold
count=block
===
# RPC message end
regexp=^\}$
colours=bold
count=unblock