|
g2o
|
#include "g2o/config.h"

Go to the source code of this file.
Namespaces | |
| namespace | g2o |
| namespace | g2o::logging |
Macros | |
| #define | G2O_INFO(...) |
| #define | G2O_WARN(...) |
| #define | G2O_ERROR(...) |
| #define | G2O_DEBUG(...) |
Enumerations | |
| enum class | g2o::logging::Level { g2o::logging::kDebug , g2o::logging::kInfo , g2o::logging::kWarn , g2o::logging::kError , g2o::logging::kOff } |
Functions | |
| void | g2o::logging::setLevel (Level level) |
| Set the Log Level. | |