bbads_set_log_verbosity()

Set the library logging verbosity.

Synopsis:

#include <bbads/bbads.h>
 
void bbads_set_log_verbosity(int verbosity)

Since:

BlackBerry 10.0.0

Arguments:

verbosity
The verbosity of the log output. The following values are valid:
  • 0: No logging. This is the default value.
  • 1: Critical. Only critical errors are logged.
  • 2: Informational. More verbose logging takes place.

Library:

libbbads

Description:

The log will be printed to stderr and all log messages will be prefixed with "bbads:".

The default verbosity is 0. At level 0, the library does not print log messages.

Returns: