This commit is contained in:
Pierre-Olivier Latour
2014-10-13 12:23:23 -07:00
parent 2de9418307
commit 7102c7922e

View File

@@ -71,6 +71,8 @@
#ifdef __GCDWEBSERVER_LOGGING_HEADER__
// Define __GCDWEBSERVER_LOGGING_HEADER__ as a preprocessor constant to redirect GCDWebServer logging to your own system
// This can be done in Xcode build settings like this:
// GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = __GCDWEBSERVER_LOGGING_HEADER__=\"MyLoggingHeader.h\"
#import __GCDWEBSERVER_LOGGING_HEADER__
#else