Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The pub.ariba.supplier Folder in the WmAribaSupplier Package | pub.ariba.supplier.log.utils | pub.ariba.supplier.log.utils:createLogEntryRecord
 
pub.ariba.supplier.log.utils:createLogEntryRecord
WmAribaSupplier. Service that creates a LogEntry record from the input parameters of pub.ariba.supplier.log:logEvent.
Input Parameters
eventType
ERROR for an error message or MESSAGE for informational message.
briefMessage
A brief description of the event. This message should be localized.
detailedMessage
A detailed description of the event. This message should be localized.
cXMLEnvelope
A record representing the cXML element in a cXML message. If you map a cXML Message Record's cXML field to this input parameter, the logging service will extract the payloadID, from, to, and sender information from the cXML element.
logFields
If present, a record containing name/value pairs of additional fields that you want to log.
Output Parameters
LogEntry
A LogEntry record representing the data logged.