summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Logging/Internal/Manager.interface.yaml')
-rw-r--r--xyz/openbmc_project/Logging/Internal/Manager.interface.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml b/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
new file mode 100644
index 0000000..97ed3c9
--- /dev/null
+++ b/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml
@@ -0,0 +1,19 @@
+description: >
+ Implement to provide event/error logging management features.
+ This interface should be instantiated for the phosphor::logging namespace,
+ and only one is required.
+methods:
+ - name: Commit
+ description: >
+ Write the requested error/event entry with its associated metadata
+ fields to flash.
+ parameters:
+ - name: transactionId
+ type: uint64
+ description: >
+ The unique identifier of the journal entry(ies) to be committed.
+ - name: errMsg
+ type: string
+ description: >
+ The error exception message associated with the error
+ event log to be committed.
OpenPOWER on IntegriCloud