[AAI-2404]add aai-schema-abstraction library
[aai/aai-common.git] / aai-schema-abstraction / src / main / resources / logging / SchemaProviderMsgs.properties
1             
2 ## Error Logs
3 SCHEMA_LOAD_ERROR=\
4             PVD0500E|\
5             Unable to load schema: {0}
6
7 ## Info Logs 
8 LOADED_SCHEMA_FILE=\
9             PVD0001I|\
10             Successfully loaded schema: {0}
11
12 LOADED_DB_RULE_FILE=\
13             PVD0002I|\
14             Successfully loaded DB Edge Rule and Edge Properties for: {0}
15                                  
16