summaryrefslogtreecommitdiffstats
path: root/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties
diff options
context:
space:
mode:
Diffstat (limited to 'aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties')
-rw-r--r--aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties b/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties
new file mode 100644
index 00000000..0feb2acd
--- /dev/null
+++ b/aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties
@@ -0,0 +1,16 @@
+
+## Error Logs
+SCHEMA_LOAD_ERROR=\
+ PVD0500E|\
+ Unable to load schema: {0}
+
+## Info Logs
+LOADED_SCHEMA_FILE=\
+ PVD0001I|\
+ Successfully loaded schema: {0}
+
+LOADED_DB_RULE_FILE=\
+ PVD0002I|\
+ Successfully loaded DB Edge Rule and Edge Properties for: {0}
+
+