g2o
Loading...
Searching...
No Matches
Namespaces | Macros | Enumerations | Functions
logger.h File Reference
#include "g2o/config.h"
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ G2O_DEBUG

#define G2O_DEBUG (   ...)

Definition at line 90 of file logger.h.

◆ G2O_ERROR

#define G2O_ERROR (   ...)

Definition at line 89 of file logger.h.

◆ G2O_INFO

#define G2O_INFO (   ...)

Definition at line 87 of file logger.h.

◆ G2O_WARN

#define G2O_WARN (   ...)

Definition at line 88 of file logger.h.