summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore
blob: a0264077234524d7b813eb8be62a85e06e6c8f60 (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
# 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