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

Call (private) loggers through namespaced functions #5

Closed
jleung51 opened this issue May 31, 2016 · 2 comments
Closed

Call (private) loggers through namespaced functions #5

jleung51 opened this issue May 31, 2016 · 2 comments
Assignees

Comments

@jleung51
Copy link
Owner

After some thought, I believe that a better way to expose the loggers publicly is to call namespaced functions, which will call the logger(s) (locked away in an unnamed namespace in exceptional.hpp. This will allow for easier documentation of the methods actually used to log messages, and more reliable usage of the loggers.

@jleung51 jleung51 self-assigned this May 31, 2016
@jleung51
Copy link
Owner Author

Working on this with the branch namespaced-function-log.

@jleung51
Copy link
Owner Author

Completed in this merge commit.

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