credential_log_target_t

Enumeration of logger types supported by client.

Synopsis:

#include <sys/credential/credential_client.h>
 
typedef enum {
      CREDENTIAL_LOG_TARGET_SLOG2_REUSE_BUFFER   
      CREDENTIAL_LOG_TARGET_SLOG2_CREATE_BUFFER   
      CREDENTIAL_LOG_TARGET_STDIO   
} credential_log_target_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_LOG_TARGET_SLOG2_REUSE_BUFFER
slog2 based logger, that reuses the log buffer already setup by application.
CREDENTIAL_LOG_TARGET_SLOG2_CREATE_BUFFER
slog2 based logger, that creates a new log buffer.
CREDENTIAL_LOG_TARGET_STDIO
Logger that prints to standard output.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description: