Closed lorenzwalthert closed 4 years ago
Thanks for this useful package! I ran into an error from running the code in the README. Apparently, the method new() for Logger does not take a file argument:
new()
Logger
file
library(RestRserve) logger = Logger$new(level = TRACE, file = "") #> Error in .subset2(public_bind_env, "initialize")(...): unused argument (file = "") # ...
Created on 2019-11-11 by the reprex package (v0.3.0)
Thanks for reporting. Hopefully this will soon fixed by merging dev branch.
dev
Thanks for this useful package! I ran into an error from running the code in the README. Apparently, the method
new()
forLogger
does not take afile
argument:Created on 2019-11-11 by the reprex package (v0.3.0)