13#ifndef KOBUKI_LOGGING_HPP_
14#define KOBUKI_LOGGING_HPP_
23#include <ecl/console.hpp>
52void logDebug(
const std::string& message);
53void logInfo(
const std::string& message);
54void logWarning(
const std::string& message);
55void logError(
const std::string& message);
LogLevel
Internal logging levels.
Definition logging.hpp:44