Monitoring trace

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

Changes (1)

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:
{code}
logger.log(Level.MONIT,"",new SoapConsumeFlowStepBeginLogData(...);{code}