Get a pointer to the LogCategory that will be used by XLOG() statements in this file.

Synopsis

Declared in <folly/logging/xlog.h>

#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.

Created with MrDocs