Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
hexdump.h File Reference
#include <log4cxx/logstring.h>
#include <stdint.h>

Go to the source code of this file.

Namespaces

namespace  log4cxx
 

Enumerations

enum class  log4cxx::HexdumpFlags : uint32_t { log4cxx::None , log4cxx::AddStartingNewline = (0x01 << 0) , log4cxx::AddEndingNewline = (0x01 << 1) , log4cxx::AddNewline = AddStartingNewline | AddEndingNewline }
 

Functions

bool log4cxx::operator& (HexdumpFlags a, HexdumpFlags b)
 
HexdumpFlags log4cxx::operator| (HexdumpFlags a, HexdumpFlags b)
 
LOG4CXX_EXPORT LogString log4cxx::hexdump (const void *bytes, uint32_t len, HexdumpFlags flags=HexdumpFlags::None)
 Hexdump the given bytes and return a LogString with the dumped bytes.