| 
    Apache Log4cxx
    Version 1.3.0
    
   | 
 
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.   | |