msg <- paste0("Package: smvgraph %s", utils::packageVersion("smvgraph"), "\n(C) 2022- Sigbert Klinke, HU Berlin")
loggit("DEBUG", msg, echo=FALSE)
leads in the loggit file to
{"timestamp": "2022-03-19T18:51:36+0100", "log_lvl": "DEBUG", "log_msg": "Package: smvgraph %s0.2.0__LF__(C) 2022- Sigbert Klinke__COMMA__ HU Berlin"}
But reading the log into R produces
read_logs()
timestamp log_lvl log_msg
1 2022-03-19T18:51:36+0100 DEBUG Package
leads in the loggit file to
But reading the log into R produces