Stefan Fleck
Stefan Fleck
added hidden `.rawMsg` property to LogEvents to store message without string interpolation (e.g. that still contains the placeholders from `sprintf()` or `glue()`)
https://brandur.org/logfmt
To allow for passing parameters (like n, threshold, etc...)
Currently, where is no way to pass an R function from a config file to an Appender/Logger/etc. We will probably need some way to evaluate R code in config files.
* simple workaround: package logger together with inherited appenders? * sockets?
`RColorBrewer::brewer.pal()` throws an (in this case) unnecessary warning if the output plot requires less than 2 colors. This is an easy fix, and does not change the workings of the...