option to prevent child processes from inheriting log file desciptors (#define SPDLOG_PREVENT_CHILD_FD)

This commit is contained in:
gabime
2016-12-10 01:43:43 +02:00
parent af35f9c086
commit 92db8115b7
2 changed files with 38 additions and 18 deletions

View File

@@ -100,4 +100,8 @@
// #define SPDLOG_ENABLE_SYSLOG
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to prevent child processes from inheriting log file desciptors
//
// #define SPDLOG_PREVENT_CHILD_FD
///////////////////////////////////////////////////////////////////////////////