
Functions | |
| char * | evt_format (EVTREC *e) |
| char* evt_format | ( | EVTREC * | e | ) |
evt_format: : event record
Formats the given event as specified by the current configuration.
Return value: returns a newly allocated string. The caller is responsible for freeing the returned value.
| char*(* ef_formatter) (EVTREC *e) | ( | EVTREC * | e | ) |
| char* ef_name |