hlau-mdsol

Results 1 issues of hlau-mdsol

In the current loggit.R, echoing of log message is handled by write_ndjson() `write_ndjson(log_df, echo = echo)` https://github.com/ryapric/loggit/blob/5399852eed343fba22d4bfc488a4a950f138e414/R/loggit.R#L83 which in turn calls cat() if echo = T. `if (echo) cat(logdata, sep...

enhancement