drogger-package: A logging scheme for drake

drogger-packageR Documentation

A logging scheme for drake

Description

Utility functions to log drake build processes. They work as follows:

Details

* put flog_start() before drake::make() * put flog_stop() after drake::make()

You will get two types of log stored into ./logs:

* A log with named with a time stamp for each run you executed. * A log called 'all.txt' that contains the whole log up to now, in reversed order, i.e. the top line corresponds to the last logging entry, the last row to the first logging entry.

You can open the last log with 'open_log()'. You can find the last log file with 'find_last_log()'.

Author(s)

Maintainer: Lorenz Walthert lorenz.walthert@icloud.com


lorenzwalthert/drogger documentation built on April 4, 2024, 9:32 a.m.