Initialize the connection to the log db and set redcapcustodian.env$log_con
Source:R/logging.R
init_log_con.Rd
Initialize the connection to the log db and set redcapcustodian.env$log_con
Usage
init_log_con(drv = RMariaDB::MariaDB())
Examples
if (FALSE) { # \dontrun{
# use a sqlite db instead
init_log_con(drv = RSQLite::SQLite())
} # }