-
Notifications
You must be signed in to change notification settings - Fork 7
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
#718: implement pressio-log as logger #722
Conversation
e1cd8cb
to
821a3c6
Compare
…implify initialization in tests
988bb28
to
6c22a26
Compare
@@ -89,7 +89,7 @@ or you can pick a `release version <https://github.com/Pressio/pressio/releases> | |||
|
|||
3. Use cmake to configure by passing to the comand line the target list of cmake variables to define. | |||
|
|||
For example, suppose we want to enable support for Trilinos and the debug prints. We would do: | |||
For example, suppose we want to enable support for Trilinos and the loger. We would do: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
include/pressio/pressio_macros.hpp
Outdated
#else | ||
//DEBUG_PRINT is off and LOG_ACTIVE_MIN_LEVEL=on, nothing to do | ||
#define PRESSIOLOG_BASIC(...) do {} while (0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is pressiolog_basic? what does it mean? i think we should change the qualification "basic".
because it is not consistent with the others choices. info, debug, warning, etc have a certain meaning. basic does not
Fixes #718