log_phase_reset: Reset log phase

View source: R/log_phase_reset.R

log_phase_resetR Documentation

Reset log phase

Description

Reset the current log phase to the default value.

Usage

log_phase_reset()

Value

NULL (invisibly). Called for its side effects.

Examples

  path <- tempfile()
  log_phase_get()
  log_print(path = path)
  log_phase_set("different")
  log_phase_get()
  log_print(path = path)
  log_phase_reset()
  log_phase_get()
  log_read(path)

autometric documentation built on April 3, 2025, 11:14 p.m.