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