log_phase_get: Get log phase

View source: R/log_phase_get.R

log_phase_getR Documentation

Get log phase

Description

Get the current log phase.

Usage

log_phase_get()

Value

Character string with the name of the current log phase.

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.