Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-10-02 10:18:09 +03:00
16 changed files with 125 additions and 135 deletions

View File

@ -226,6 +226,13 @@ void mxb_log_set_throttling(const MXB_LOG_THROTTLING* throttling);
*/
void mxb_log_get_throttling(MXB_LOG_THROTTLING* throttling);
/**
* Redirect stdout to the log file
*
* @param redirect Whether to redirect the output to the log file
*/
void mxs_log_redirect_stdout(bool redirect);
/**
* Log a message of a particular priority.
*