log_end: End a Logging Session

View source: R/log.R

log_endR Documentation

End a Logging Session

Description

log_end() ends a logging session by closing both the message sink and the file connection to the log file.

Usage

log_end(sink = getOption(".log_sink_"), con = getOption(".log_connection_"))

Arguments

sink

The message sink used to divert stderr output to the log file

con

The open file connection to the log file

Value

The path to the log file (invisibly)


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.