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

Use macros for logging #3

Closed
rob-luke opened this issue Apr 30, 2016 · 2 comments
Closed

Use macros for logging #3

rob-luke opened this issue Apr 30, 2016 · 2 comments

Comments

@rob-luke
Copy link
Owner

From Logging.jl

For the functions above, there is always a small overhead for the function call even when there is no log output. Logging.jl provides macros which work like the functions above, but which remove this overhead.

@rob-luke
Copy link
Owner Author

It seems Base or Memento are the preferred logging options now

@rob-luke
Copy link
Owner Author

rob-luke commented May 8, 2019

Now using Base.Logging

@rob-luke rob-luke closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant