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.spec | pub.ariba.supplier.log.spec:GetLogEntriesSpec
 
pub.ariba.supplier.log.spec:GetLogEntriesSpec
WmAribaSupplier. Service specification for returning log entries, starting with the most recent.
Input Parameters
filter_MaxTotal
The maximum number of log entries to return.
logFilename
A logical name to represent a log file or a log class.
Output Parameters
logEntry
A list of LogEntry records, each representing one log entry. The logging implementation can return log entries as LogEntries or as a formatted log entry string. If the logging implementation returns the entries as LogEntries, then the output field formattedLogEntry should be empty.
formattedLog Entry
A list of formatted strings, each representing one log entry. The logging implementation can return log entries as LogEntries or as a formatted log entry string. If the logging implementation returns the entries as a formattedLogEntry sting, then the output field logEntry should be empty.
logEntryCount
The number of log entries.