loguru
loguru copied to clipboard
Compiler warnings on Windows
Since EcEntryBase has a virtual function print_value but its destructor is non-virtual, this yields a compiler warning. I also get a compiler warning on Windows for the AbortLogger destructor (never returns, potential memory leak) which presumably should just be suppressed. (This is using stream-style logging.)