C++ LOG_* macros do not work with default logger
Currently only the LOG()
macro works with a default logger. The other log macros, e.g.
LOG_N(WARNING, 3) << "test";
do have this functionality.
Currently only the LOG()
macro works with a default logger. The other log macros, e.g.
LOG_N(WARNING, 3) << "test";
do have this functionality.