MPE_Describe_event

Describe the attributes of an event without byte informational data.

Synopsis

int MPE_Describe_event( int event, const char *name, const char *color )

Input Parameters

event
event number for the event.
name
name of the event. maximum length of the NULL-terminated string is, sizeof(CLOG_DESC), 32.
color
color of the event. maximum length of the NULL-terminated string is, sizeof(CLOG_COLOR), 24.

Notes

Adds a event definition to the logfile. The function is provided for backward compatibility purpose. Users are urged to use 'MPE_Describe_info_event' instead.

See Also

MPE_Log_get_event_number

Location:../src/logging/src/mpe_log.c