1- name: TestErrorOne
2  description: this is test error one
3  level: INFO
4  meta:
5    - str: "ERRNUM=0x%.4X"
6      type: int
7    - str: FILE_PATH=%s
8      type: const char *
9    - str: FILE_NAME=%s
10      type: const char *
11
12- name: TestErrorTwo
13  description: This is test error two
14  level: ERR
15  meta:
16        - str: DEV_ADDR=0x%.8X
17          type: int
18        - str: DEV_ID=%u
19          type: int
20        - str: DEV_NAME=%s
21          type: const char*
22