Formatted Console Log with DatetimeJust started reading bits an pieces of "C++ Coding standards" by Sutter, Alexandrescu. Tip 98 was "D...
Logging Wrong Line Number[quote=kigar64551]#ifdef CUSTOM_LOGGER #ifdef CUSTOM_LOGGER # define LOG(TEXT) CUSTOM_LOGGER(__FILE...
Logging Wrong Line Number[quote=kigar64551]But you can still use them inside a macro definition. And that macro definition ca...
Logging Wrong Line NumberI'm working with C++17 or prior. I'm writing a custom logger class (I don't have access to a loggin...
Getter for enum member returns a copy of enum? [quote=kigar64551]In most cases, a "getter" function should not return a non-const reference, becaus...