Adriana Kobylak | 88eb109 | 2016-11-07 12:17:23 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide event/error logging management features. |
| 3 | This interface should be instantiated for the phosphor::logging namespace, |
| 4 | and only one is required. |
| 5 | methods: |
| 6 | - name: Commit |
| 7 | description: > |
| 8 | Write the requested error/event entry with its associated metadata |
| 9 | fields to flash. |
| 10 | parameters: |
| 11 | - name: transactionId |
| 12 | type: uint64 |
| 13 | description: > |
| 14 | The unique identifier of the journal entry(ies) to be committed. |
| 15 | - name: errMsg |
| 16 | type: string |
| 17 | description: > |
| 18 | The error exception message associated with the error |
| 19 | event log to be committed. |