[#XLOG_GET_CATEGORY] = XLOG_GET_CATEGORY :mrdocs: Get a pointer to the LogCategory that will be used by XLOG() statements in this file. == Synopsis Declared in `<folly/logging/xlog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define XLOG_GET_CATEGORY() ---- == Description This is just a small wrapper around a LoggerDB::getCategory() call. This must be implemented as a macro since it uses *FILE*, and that must expand to the correct filename based on where the macro is used. [.small]#Created with https://www.mrdocs.com[MrDocs]#