|
client-cpp
0.0.1-SNAPSHOT
|
#include <iomanip>#include <vector>#include <string>#include <sstream>#include <boost/cstdint.hpp>#include <boost/shared_array.hpp>#include "kaa/gen/BootstrapGen.hpp"#include "kaa/gen/EndpointGen.hpp"#include "kaa/common/EndpointObjectHash.hpp"#include "kaa/common/TransportType.hpp"
Include dependency graph for LoggingUtils.hpp:Go to the source code of this file.
Classes | |
| class | kaa::LoggingUtils |
Namespaces | |
| kaa | |
Macros | |
| #define | KVSTRING(K, V) "\"" #K "\": \"" << V << "\"" |
| #define KVSTRING | ( | K, | |
| V | |||
| ) | "\"" #K "\": \"" << V << "\"" |
Definition at line 35 of file LoggingUtils.hpp.