• The PLOGR_ENABLE macro needs to be enabled at compilation time for the library to have any effect (#3)
  • In GCC builds, the function is now shown with its return type; stripping the return type failed for functions in template clases with more than one template argument.
  • Using a stripped version of plog 1.0-1.
  • Works on Linux, OS X, and Windows.
  • Log items are printed using REprintf().
  • New plog::init_r() to initialize logging via REprintf(), allows changing the log level and passing the log level as string.