MRPT  2.0.4
Functions | Variables
COutputLogger.cpp File Reference
#include "system-precomp.h"
#include <mrpt/core/exceptions.h>
#include <mrpt/system/COutputLogger.h>
#include <mrpt/system/datetime.h>
#include <cstdarg>
#include <cstdio>
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>

Go to the source code of this file.

Functions

template<typename T , typename... U>
size_t getAddress (std::function< T(U...)> f)
 

Variables

static std::array< mrpt::system::TConsoleColor, NUMBER_OF_VERBOSITY_LEVELS > logging_levels_to_colors
 Implementation file for the COutputLogger header class. More...
 
static std::array< std::string, NUMBER_OF_VERBOSITY_LEVELS > logging_levels_to_names
 

Function Documentation

◆ getAddress()

template<typename T , typename... U>
size_t getAddress ( std::function< T(U...)>  f)

Variable Documentation

◆ logging_levels_to_colors

std::array<mrpt::system::TConsoleColor, NUMBER_OF_VERBOSITY_LEVELS> logging_levels_to_colors
static
Initial value:

Implementation file for the COutputLogger header class.

Definition at line 39 of file COutputLogger.cpp.

Referenced by mrpt::system::COutputLogger::logging_levels_to_colors().

◆ logging_levels_to_names

std::array<std::string, NUMBER_OF_VERBOSITY_LEVELS> logging_levels_to_names
static
Initial value:
= {
"DEBUG",
"INFO ",
"WARN ",
"ERROR"
}

Definition at line 53 of file COutputLogger.cpp.

Referenced by mrpt::system::COutputLogger::logging_levels_to_names().

mrpt::system::CONCOL_GREEN
@ CONCOL_GREEN
Definition: os.h:166
mrpt::system::CONCOL_BLUE
@ CONCOL_BLUE
Definition: os.h:165
mrpt::system::CONCOL_RED
@ CONCOL_RED
Definition: os.h:167
mrpt::system::CONCOL_NORMAL
@ CONCOL_NORMAL
Definition: os.h:164



Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sun Jul 19 15:15:43 UTC 2020