Migrate common code to router-core from DR
[aai/router-core.git] / src / main / java / org / onap / aai / logging / RouterCoreMsgs.java
index 6d34516..f693daf 100644 (file)
@@ -36,6 +36,17 @@ public enum RouterCoreMsgs implements LogMessageEnum {
    */
   EVENT_PROCESSING_EXCEPTION,
 
+  /**
+   * Successfully loaded schema: {0}
+   *
+   * <p>Arguments:
+   * {0} = oxm filename
+   */
+  LOADED_OXM_FILE,
+
+  /** Failed to load the schemaIngest.properties file */
+  SCHEMA_INGEST_LOAD_ERROR,
+
   /**
    * Arguments: {0} = Creation exception
    */