mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
Minor formatting
This commit is contained in:
parent
8d164f47a8
commit
e1d4c4651b
@ -73,12 +73,14 @@
|
|||||||
// #define SPDLOG_NO_ATOMIC_LEVELS
|
// #define SPDLOG_NO_ATOMIC_LEVELS
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Uncomment to enable usage of wchar_t for file names on Windows.
|
// Uncomment to enable usage of wchar_t for file names on Windows.
|
||||||
//
|
//
|
||||||
// #define SPDLOG_WCHAR_FILENAMES
|
// #define SPDLOG_WCHAR_FILENAMES
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Uncomment to override default eol ("\n" or "\r\n" under Linux/Windows)
|
// Uncomment to override default eol ("\n" or "\r\n" under Linux/Windows)
|
||||||
//
|
//
|
||||||
@ -107,12 +109,14 @@
|
|||||||
// #define SPDLOG_WCHAR_TO_UTF8_SUPPORT
|
// #define SPDLOG_WCHAR_TO_UTF8_SUPPORT
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Uncomment to prevent child processes from inheriting log file descriptors
|
// Uncomment to prevent child processes from inheriting log file descriptors
|
||||||
//
|
//
|
||||||
// #define SPDLOG_PREVENT_CHILD_FD
|
// #define SPDLOG_PREVENT_CHILD_FD
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Uncomment to mark some types as final, allowing more optimizations in release
|
// Uncomment to mark some types as final, allowing more optimizations in release
|
||||||
// mode with recent compilers. See GCC's documentation for -Wsuggest-final-types
|
// mode with recent compilers. See GCC's documentation for -Wsuggest-final-types
|
||||||
@ -121,6 +125,7 @@
|
|||||||
// #define SPDLOG_FINAL final
|
// #define SPDLOG_FINAL final
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Uncomment to enable message counting feature. Adds %i logger pattern that
|
// Uncomment to enable message counting feature. Adds %i logger pattern that
|
||||||
// prints log message sequence id.
|
// prints log message sequence id.
|
||||||
|
Loading…
Reference in New Issue
Block a user