xref: /openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml (revision 9916119f0daad8bd5b3fbd926ada9a023949f311)
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
11- name: TestErrorTwo
12  level: ERR
13  meta:
14        - str: DEV_ADDR=0x%.8X
15          type: uint32
16        - str: DEV_ID=%u
17          type: uint32
18        - str: DEV_NAME=%s
19          type: string
20