-
Notifications
You must be signed in to change notification settings - Fork 76
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
[logging] remove spdlog submodule which resolves many issues #615
[logging] remove spdlog submodule which resolves many issues #615
Conversation
1. add simple logger implementation without spdlog 2. update all modules to use new logger interface
common/base/include/claraparabricks/genomeworks/logging/logging.hpp
Outdated
Show resolved
Hide resolved
common/base/include/claraparabricks/genomeworks/logging/logging.hpp
Outdated
Show resolved
Hide resolved
common/base/include/claraparabricks/genomeworks/logging/logging.hpp
Outdated
Show resolved
Hide resolved
common/base/include/claraparabricks/genomeworks/logging/logging.hpp
Outdated
Show resolved
Hide resolved
common/base/include/claraparabricks/genomeworks/utils/allocator.hpp
Outdated
Show resolved
Hide resolved
common/base/include/claraparabricks/genomeworks/utils/allocator.hpp
Outdated
Show resolved
Hide resolved
1. update logger api to use const char* 2. removed exit from critical logging state
rerun tests |
common/base/include/claraparabricks/genomeworks/logging/logging.hpp
Outdated
Show resolved
Hide resolved
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.
Sorry, for the long wait. In addition to this last (I promise! ;) ) requested change, I still see a potential problem. I wanted to test this before I approve, but I haven't gotten around to it yet, so I will ignore that for the PR. I'll test it later and open a ticket if it turns out to be a problem.
Remove spdlog as logger and replace with simple logging implementation.