David Pfahler
David Pfahler
I created an example code on how to use your library with the c++20 `source_location` instead of your macros: ```cpp #include #include #include #include namespace logging { using source_location =...
**asan detects a memory leak in Aws::InitAPI** ``` Direct leak of 336 byte(s) in 2 object(s) allocated from: #0 0x7f3be3804bcf in __interceptor_malloc /gcc-11.1.0/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x7f3bdd8bc02f in CRYPTO_malloc crypto/mem.c:222 #2 0x7f3bdd8bc062...
My simple test code is not compiling: ``` #include #include // first problem: WHY DO I NEED OPTIONAL HERE? #include #include "pipes/transform.hpp" #include "pipes/to_out_stream.hpp" int main() { std::string test{"ABC"}; test...
I created a version that works on rhel-8.3
As we use your project in our CI. Could you create a tag that links to a version with its source code?
Allow users to customize the output format and add custom fields for enhanced log readability. **Describe the problem this feature request solves** Currently, `pamburus/hl` provides a good way to read...