daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
249 stars 38 forks source link

Feature Request: Optional ability to show time elapsed since last log #136

Closed travis-leith closed 4 months ago

travis-leith commented 8 months ago

We already have the timestamp associated with a log. Would be useful in some cases to display the time elapsed since the previous log.

daroczig commented 4 months ago

Sounds like the tic-toc logger function might a good starting point for your use case?