R/logging.R
giottoReadLog.Rd
Read from the last generated log file
giottoReadLog(filepath = getOption("giotto.last_logpath", NULL))
character. filepath to log file. If omitted, tries to find the last created log (will not work after a crash)
character
log_write(x = "my content") giottoReadLog() #> [1] " (2024-11-04 17:47:34) my content"