Monitoring trace

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
To add extra parameter to a LogData, like requestedurl in petals-bc-soap, the developer must extends the associated class and uses putData(String,Object) method.

To add a MONIT trace:
How to add a monitoring trace:
{code}
logger.log(Level.MONIT,"",new SoapConsumeFlowStepBeginLogData(...);{code}