
Functions | |
| int | evt_log (EVTREC *e) |
| int evt_log | ( | EVTREC * | e | ) |
evt_log: : event record
Formats and sends the given event as specified by the current configuration. This function blocks and will not return until the message is sent. The function consumes its argument, that is the caller does not need to free the event record after passing it to evt_log().
Return value: 0 to indicate failure and 1 for success
| char* eo_name |
| int(* eo_outmethod_fn) (EVTREC *e) | ( | EVTREC * | e | ) |