log_success {rjtools}R Documentation

Produce a log file entry for a success

Description

Append a line in the log file that details a success

Usage

log_success(text, ..., file = stdout(), .envir = parent.frame())

Arguments

text

Description of the error that occurred

...

Additional inputs for text passed to the glue function

file

The console output directed to the log, using stdout

.envir

The environment used to find the text string replacements


[Package rjtools version 1.0.1 Index]