Get a log
log_get.RdRetrieves a named log from the internal .piplogenv environment.
Restores the piplog class if it was dropped by data.table operations.
Usage
log_get(name = getOption("pipfun.log.default"))Examples
if (FALSE) { # \dontrun{
log_init("mylog")
my_log <- log_get("mylog")
} # }