Commit Graph

1 Commits (e554d35f2f13a3f6e9d4f268c65953ed306e9583)

Author SHA1 Message Date
Andrew Schuessler e554d35f2f Add performance logging macros
Add SPDLOG_PERF_x macros which
only perform a simple if check on
logging level before going to log functions.

This provides near zero cost of run-time configurable
changing of log levels.

See unit test and description in spdlog.h for
full description and performance numbers
8 years ago