flog_stop: Stop Logging

View source: R/base.R

flog_stopR Documentation

Stop Logging

Description

Stop Logging

Usage

flog_stop(name = background_file_logger(),
  msg = "Completed logging run", append = FALSE)

Arguments

name

The name of the logger.

msg

An initial message to pass to the logger.

append

Whether or not to append the data from the most recent log to the file logs/all.txt.

Value

Invisibly returns the path to the file that contains the log.


lorenzwalthert/drogger documentation built on April 4, 2024, 9:32 a.m.