mm_sync_debug_get()

Get the logging verbosity level and debugging flags

Synopsis:

#include <mmsync/mmsyncclient.h>
int mm_sync_debug_get(mmsync_hdl_t *hdl,
                      uint8_t *verbose,
                      uint8_t *debug)

Arguments:

hdl
The mm-sync connection handle pointer.
verbose
A pointer to the storage for the verbosity level.
debug
A pointer to the storage for the debugging flags.

Library:

mmsyncclient

Returns:

0 on success, -1 on failure.