|
|
|
@ -121,6 +121,13 @@
|
|
|
|
|
// "MY ERROR", "MY CRITICAL", "OFF" }
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Uncomment to customize short level names (e.g. "MT")
|
|
|
|
|
// These can be longer than one character.
|
|
|
|
|
//
|
|
|
|
|
// #define SPDLOG_SHORT_LEVEL_NAMES { "T", "D", "I", "W", "E", "C", "O" }
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
// Uncomment to disable default logger creation.
|
|
|
|
|
// This might save some (very) small initialization time if no default logger is needed.
|
|
|
|
@ -142,4 +149,4 @@
|
|
|
|
|
// Defaults to __FUNCTION__ (should work on all compilers) if not defined.
|
|
|
|
|
//
|
|
|
|
|
// #define SPDLOG_FUNCTION __PRETTY_FUNCTION__
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|