xref: /openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml (revision 17944e13e5d00d17427b5d49c6e84dbfd0033b45)
1- name: TestErrorOne
2  level: INFO
3  meta:
4    - str: "ERRNUM=0x%.4X"
5      type: uint16
6    - str: FILE_PATH=%s
7      type: string
8    - str: FILE_NAME=%s
9      type: string
10  inherits:
11    - TestErrorTwo
12
13- name: TestErrorTwo
14  level: ERR
15  meta:
16        - str: DEV_ADDR=0x%.8X
17          type: uint32
18        - str: DEV_ID=%u
19          type: uint32
20        - str: DEV_NAME=%s
21          type: string
22