summaryrefslogtreecommitdiffstats
path: root/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml
blob: f0838e02656606bfaba185593cda5addc60ef13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- name: TestErrorOne
  level: INFO
  meta:
    - str: "ERRNUM=0x%.4X"
      type: uint16
    - str: FILE_PATH=%s
      type: string
    - str: FILE_NAME=%s
      type: string
  inherits:
    - TestErrorTwo

- name: TestErrorTwo
  level: ERR
  meta:
        - str: DEV_ADDR=0x%.8X
          type: uint32
        - str: DEV_ID=%u
          type: uint32
        - str: DEV_NAME=%s
          type: string
OpenPOWER on IntegriCloud