Function mon_get_logging¶
Defined in File ecal_clang.h
Function Documentation¶
-
ECAL_API int
mon_get_logging
(const char **log_buf_, int *log_buf_len_)¶ Get logging string.
- Return
Logging buffer length or zero if failed.
- Parameters
[out] log_buf_
: Pointer to store the monitoring information.[out] log_buf_len_
: Length of allocated buffer, eCAL is allocating the buffer for you, use ecal_free_mem to free the buffer finally.