summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore')
-rw-r--r--src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore b/src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore
new file mode 100644
index 0000000000..a026407723
--- /dev/null
+++ b/src/components/policy/policy_regular/doc/grc/conf.smartDeviceLinkCore
@@ -0,0 +1,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 \ No newline at end of file