[#FOLLY_INIT_LOGGING_CONFIG] = FOLLY_INIT_LOGGING_CONFIG :mrdocs: A helper macro to set the default logging configuration in a program. == Synopsis Declared in `<folly/logging/Init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FOLLY_INIT_LOGGING_CONFIG(config) ---- == Description This defines the folly::getBaseLoggingConfig() function, and makes it return the specified string. This macro should be used at the top‐level namespace in a .cpp file in your program. == Parameters [cols="1,4"] |=== | Name| Description | *config* | The base logging configuration string to return. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#