krlmlr / plogr

R bindings for the plog C++ logging library
https://github.com/SergiusTheBest/plog
Other
26 stars 3 forks source link

time stamps #5

Open romainfrancois opened 6 years ago

romainfrancois commented 6 years ago

Would be nice if the log messages had a way to report current time. We can borrow from https://github.com/RcppCore/Rcpp/blob/master/inst/include/Rcpp/Benchmark/Timer.h

krlmlr commented 6 years ago

Need to patch FuncMessageFormatter.h.

krlmlr commented 6 years ago

There's the larger goal of converging with debugme, don't know yet how to achieve this.

rstub commented 6 years ago

How about optionally using TxtFormatter.h?