blob: 97ed3c9569d559e45851f2f60f40785506f7f7a6 [file] [log] [blame]
Adriana Kobylak88eb1092016-11-07 12:17:23 -06001description: >
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.
5methods:
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.