Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awEvent | awEventToString
 
awEventToString
char * awEventToString(
BrokerEvent event);
event
The event to be converted to a string.
Converts the fields of the specified event to a string that is suitable for display. Lines in the resulting string are separated with newline characters (\n). The caller is responsible for calling free on the returned value.
This function uses the C language locale for formatting event fields with a float or double data type. Fields containing dates are formatting using the following C language-like format:
mm/dd/yyyy hh.mm.ss[.ms]
See also: