diff options
author | Phillip Leigh <Phillip.Leigh@amdocs.com> | 2019-10-28 15:55:40 -0400 |
---|---|---|
committer | Phillip Leigh <Phillip.Leigh@amdocs.com> | 2019-10-29 17:36:53 -0400 |
commit | 2e2f969676ab391fba2198cbaa55e9b85d50216f (patch) | |
tree | e0bee9dbd3a7933d44173be99e0efe7df5b7b412 /aai-schema-abstraction/src/main/resources | |
parent | 0a10810750640260a3d0476afc17575d7700ed0d (diff) |
[AAI-2404]add aai-schema-abstraction library
Signed-off-by: Phillip Leigh <Phillip.Leigh@amdocs.com>
Issue-ID: AAI-2404
Change-Id: I30d954bcdf1cf020191028160610defb8dbc8ff6
Diffstat (limited to 'aai-schema-abstraction/src/main/resources')
-rw-r--r-- | aai-schema-abstraction/src/main/resources/logging/SchemaProviderMsgs.properties | 16 |
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} + + |