27void yh_dbg_init(
int dbg,
int dinout,
int libdbg,
const char *debug_file) {
33 if (strcmp(debug_file,
"stderr") == 0) {
35 }
else if (strcmp(debug_file,
"stdout") == 0) {
38 FILE *file = fopen(debug_file,
"ab");
46 if (dbg || getenv(
"YUBIHSM_PKCS11_DBG")) {
49 if (dinout || getenv(
"YUBIHSM_PKCS11_DINOUT")) {
52 if (libdbg || getenv(
"YUBIHSM_LIB_DBG")) {
void yh_dbg_init(int dbg, int dinout, int libdbg, const char *debug_file)
yh_rc yh_set_verbosity(yh_connector *connector, uint8_t verbosity)
void yh_set_debug_output(yh_connector *connector, FILE *output)
#define YH_VERB_ALL
Debug level all. All previous options enabled.