Hi,
Myself trying to implement log4j frame work in my project.The actual requirement is to
reate the services so that other developers can use the log4J framework to log project
specific stuff into their own project log files.
To do so, the service should provide as input:
- Project (which log file to use)
- Severity (Error / Fatal / info / debug …)
- Message (The actual error message …)
- ID (A concept of a unique ID, to identify a certain errormessage based on the ID)
And then three services to be created using the above- startServiceLogging (To be implemented at the beginning of each service to log service related data)
- endServiceLogging (To be implemented as a last step within each service to log successful ending)
- errorServiceLogging (To be implemented as a error catch step within each service to log failures)
Need favour to implement the above scenarios.The approach to implement the scenario.Have any one done this type of implementation in the projects? If so plz do send some sample packages.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services