diff options
Diffstat (limited to 'src/main/resources/logging/CrudServiceMsgs.properties')
-rw-r--r-- | src/main/resources/logging/CrudServiceMsgs.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index a4c2991..165b892 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -58,3 +58,24 @@ OXM_LOAD_ERROR=\ TRANSACTION=\ CRD0008I|\ TRANSACTION: {0} + +ASYNC_DATA_SERVICE_INFO=\ + CRD0509I|\ + AsyncDataService: {0} +ASYNC_DATA_SERVICE_ERROR=\ + CRD0510E|\ + AsyncDataService Error: {0} + +ASYNC_DATA_CACHE_INFO=\ + CRD0511I|\ + AsyncDataCache: {0} +ASYNC_DATA_CACHE_ERROR=\ + CRD0512E|\ + AsyncDataCache Error: {0} + +ASYNC_RESPONSE_CONSUMER_INFO=\ + CRD0513I|\ + AsyncResponseConsumer: {0} +ASYNC_RESPONSE_CONSUMER_ERROR=\ + CRD0514E|\ + AsyncResponseConsumer Error: {0}
\ No newline at end of file |