Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README example code gives error #103

Closed
lorenzwalthert opened this issue Nov 11, 2019 · 1 comment
Closed

README example code gives error #103

lorenzwalthert opened this issue Nov 11, 2019 · 1 comment
Labels

Comments

@lorenzwalthert
Copy link

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:

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)

@dselivanov
Copy link
Collaborator

Thanks for reporting. Hopefully this will soon fixed by merging dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants