Add com.ibm.Logging.Policy interface
This interface contains error log information
that is specific to IBM systems.
Change-Id: Ieff6a257d7659d01684e76d6c23781fd0254b38d
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/com/ibm/Logging/Policy.interface.yaml b/com/ibm/Logging/Policy.interface.yaml
new file mode 100644
index 0000000..de83d86
--- /dev/null
+++ b/com/ibm/Logging/Policy.interface.yaml
@@ -0,0 +1,12 @@
+description: >
+ Implement to provide IBM specific error log policy attributes.
+properties:
+ - name: EventID
+ type: string
+ description: >
+ This ID is defined by IBM service to uniquely identify an error
+ in the service documentation.
+ - name: Description
+ type: string
+ description: >
+ This is a customer-facing description of the error.