From e16bda37d76e63e0f903bba13ed1dccf3b17f395 Mon Sep 17 00:00:00 2001 From: Shwetank Dave Date: Mon, 11 Jun 2018 10:15:34 -0400 Subject: Add logging and tests and build using mvn An initial version of adding logs to chameleon An initial version of adding specs (tests) to chameleon. Adding pom.xml so the project can be build using maven. Updating README.md for instructions on running it locally. Issue-ID: AAI-1220 Change-Id: I85f46fd7f625c83b84f211d6766970431e6d91eb Signed-off-by: Shwetank Dave --- resources/log/ChameleonMsgs.properties | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 resources/log/ChameleonMsgs.properties (limited to 'resources/log') diff --git a/resources/log/ChameleonMsgs.properties b/resources/log/ChameleonMsgs.properties new file mode 100644 index 0000000..4e61e2a --- /dev/null +++ b/resources/log/ChameleonMsgs.properties @@ -0,0 +1,19 @@ +EVENT_PROCESSOR=\ +CHM0001I|\ +Event Processor {0}\ + +GALLIFREY_ASSERTION=\ +CHM0002I|\ +Attempt Gallifrey Assertion of operation {0} with type {1} and key {2} \ + +GALLIFREY_ASSERTED=\ +CHM0002I|\ +Asserted type {0} and key {1} in Gallifrey\ + +RESPONSE=\ +CHM0003I|\ +Response for operation "{0}" for endpoint "{1}" resulted in status "{2}" with body "{3}"\ + +CHAMELEON_REQUEST=\ +CHM0004I|\ +Incoming Request of type "{0}" for endpoint "{1}" from address "{2}"\ \ No newline at end of file -- cgit 1.2.3-korg