Function ntcore_sys::NT_PollLogger [] [src]

pub unsafe extern "C" fn NT_PollLogger(
    poller: NT_LoggerPoller,
    len: *mut usize
) -> *mut NT_LogMessage

Get the next log event. This blocks until the next log occurs. @param poller poller handle @param len length of returned array (output) @return Array of information on the log events. Only returns NULL if an error occurred (e.g. the instance was invalid or is shutting down).