trailofbits/polytracker

Refactor C++ code to use a logging library

surovic opened this issue · 0 comments

Consider spdlog. Look for code like llvm::errs() << "text", llvm::outs() << "text", fprintf(stderr, "text"), etc.