about summary refs log tree commit diff
path: root/src/libutil/logging.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16 nix copy: Improve progress indicatorEelco Dolstra1-1/+1
It now shows the amount of data copied: [8/1038 copied, 160.4/1590.9 MiB copied] copying path '...'
2017-08-16 nix copy: Revive progress barEelco Dolstra1-0/+11
2017-05-29 Fix build failure on Debian/UbuntuEelco Dolstra1-1/+1
http://hydra.nixos.org/build/53537463
2017-05-16 Improve progress indicatorEelco Dolstra1-6/+7
2017-04-13 Add warn functionEelco Dolstra1-1/+6
2017-04-13 Initialise loggerEelco Dolstra1-1/+1
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra1-1/+1
2016-09-16 printMsg(): Don't check for interruptsEelco Dolstra1-7/+5
Having the logger function potentially throw exceptions is Heisenbuggy.
2016-04-25 Improved logging abstractionEelco Dolstra1-0/+79
This also gets rid of --log-type, since the nested log type isn't useful in a multi-threaded situation, and nobody cares about the "pretty" log type.