#include <iostream>
Go to the source code of this file.
Namespaces | |
Macros | |
#define | DLOG(x) std::cout << "\n" |
#define | ERROR "ERROR " |
#define | INFO "INFO " |
#define | LOG(x) std::cout << "\n" |
#define | WARNING "WARNING " |
Typedefs | |
typedef int16_t | google::int16 |
typedef int32_t | google::int32 |
typedef int64_t | google::int64 |
typedef int8_t | google::int8 |
typedef uint16_t | google::uint16 |
typedef uint32_t | google::uint32 |
typedef uint64_t | google::uint64 |
typedef uint8_t | google::uint8 |
Functions | |
static void | google::InitGoogleLogging (char *val) |
Variables | |
static int | FLAGS_alsologtostderr |
static int | FLAGS_logtostderr |
#define DLOG | ( | x | ) | std::cout << "\n" |
Definition at line 73 of file sdk/include/aditof/log.h.
#define ERROR "ERROR " |
Definition at line 70 of file sdk/include/aditof/log.h.
#define INFO "INFO " |
Definition at line 69 of file sdk/include/aditof/log.h.
#define LOG | ( | x | ) | std::cout << "\n" |
Definition at line 72 of file sdk/include/aditof/log.h.
#define WARNING "WARNING " |
Definition at line 71 of file sdk/include/aditof/log.h.
|
static |
Definition at line 66 of file sdk/include/aditof/log.h.
|
static |
Definition at line 67 of file sdk/include/aditof/log.h.