Gizmo to load multiple Db Edge Rules files
[aai/gizmo.git] / src / main / java / org / onap / crud / logging / CrudServiceMsgs.java
index 36cb3f5..2b669ae 100644 (file)
@@ -45,6 +45,14 @@ public enum CrudServiceMsgs implements LogMessageEnum {
    */
   LOADED_OXM_FILE,
 
+  /**
+   * Successfully loaded Edge Properties Files: {0}
+   *
+   * <p>
+   * Arguments: {0} = oxm filename
+   */
+  LOADED_DB_RULE_FILE,
+
   /**
    * Unable to load OXM schema: {0}
    *
@@ -120,7 +128,12 @@ public enum CrudServiceMsgs implements LogMessageEnum {
   /**
    * Arguments: {0} Opertaion {1} URI {2} = Exception
    */
-  EXCEPTION_DURING_METHOD_CALL;
+  EXCEPTION_DURING_METHOD_CALL,
+    
+  /**
+   * Schema Ingest properties file was not loaded properly
+   */
+  SCHEMA_INGEST_LOAD_ERROR;
 
   /**
    * Static initializer to ensure the resource bundles for this class are