Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awEvent | awEventToLocalizedString
 
awEventToLocalizedString
char * awEventToLocalizedString(
BrokerEvent event);
event
The event to be converted to a string.
Uses the current locale to convert all the fields in the specified event into 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.
See also: