log_phase_get {autometric} | R 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)
[Package autometric version 0.1.2 Index]