Descent3
Descent3 copied to clipboard
Slight improvement to misc/logfile.cpp and lib/logfile.h
Printf wrapper from https://github.com/fmtlib/fmt/issues/2391#issuecomment-869043202.
Personally, I'd like to use something more feature-rich logger like spdlog or something based on fmt::fmt. But, your changes will make current logger better.
Personally, I'd like to use something more feature-rich logger like spdlog or something based on fmt::fmt.
Yes, me too. But I'm focusing on doing small code quality improvements right now.
@bryanperris is this change still relevant with #212 ?
@bryanperris is this change still relevant with #212 ?
No.