Description. This function is used to create a log event handle.
Signature.
NdbLogEventHandle ndb_mgm_create_logevent_handle ( NdbMgmHandlehandle
, const intfilter[]
)
Parameters. This function takes two arguments:
An NdbMgmHandle
handle
.
A filter
which consists of
a series of {level,
ndb_mgm_event_category}
pairs (in a single
array) that are pushed to a file descriptor. Use
0
for the level to terminate the
list.
Return value. A log event handle.