CamiTK XML Logger
As a | CEP developer |
I would like to | output the log in XML |
So that | I can process it using XSLT, xpath requests or any other automatic way |
Epic/Topics | Log System |
Description / Overview
Create a specific logger that log specific things (e.g. component I/O, action executions...) in a defined XML language. This can be useful for the action state machine and CSM
Hints
- define what to output
- describe the XML output language (using XSD would be a good choice)
- create a class
CamiTKXMLLogger
inheriting fromCamiTKLogger
that just redefinesbuildLogLessage
Acceptance test
- [ ]