proxygen
|
#include <Logging.h>
Public Member Functions | |
std::string | print (const folly::IOBuf *buf) override |
Public Member Functions inherited from proxygen::IOBufPrinter | |
IOBufPrinter () | |
virtual | ~IOBufPrinter () |
Additional Inherited Members | |
Public Types inherited from proxygen::IOBufPrinter | |
enum | Format : uint8_t { Format::HEX_FOLLY = 0, Format::HEX_16 = 1, Format::CHAIN_INFO = 2, Format::BIN = 3 } |
Static Public Member Functions inherited from proxygen::IOBufPrinter | |
static std::string | printChain (const folly::IOBuf *buf, Format format, bool coalesce) |
static std::string | printHexFolly (const folly::IOBuf *buf, bool coalesce=false) |
static std::string | printHex16 (const folly::IOBuf *buf, bool coalesce=false) |
static std::string | printChainInfo (const folly::IOBuf *buf) |
static std::string | printBin (const folly::IOBuf *buf, bool coalesce=false) |
|
overridevirtual |
Implements proxygen::IOBufPrinter.
Definition at line 59 of file Logging.cpp.
References data, folly::IOBuf::data(), i, folly::IOBuf::length(), and uint8_t.