init_logging {bindrcpp}R Documentation

Enable internal logging

Description

Log entries, depending on the log level, will be printed to the standard error stream.

Usage

init_logging(log_level)

Arguments

log_level

A character value, one of "WARN", "INFO", "DEBUG", "VERB", or "NONE".


[Package bindrcpp version 0.2.2 Index]