Function mon_get_logging

Function Documentation

ECAL_API int mon_get_logging(const char **log_buf_, int *log_buf_len_)

Get logging string.

Parameters
  • log_buf_[out] Pointer to store the monitoring information.

  • log_buf_len_[out] Length of allocated buffer, eCAL is allocating the buffer for you, use ecal_free_mem to free the buffer finally.

Returns

Logging buffer length or zero if failed.