MRPT  1.9.9
COutputLogger.cpp File Reference
#include "system-precomp.h"
#include <mrpt/system/COutputLogger.h>
#include <mrpt/system/datetime.h>
#include <mrpt/core/exceptions.h>
#include <cstdio>
#include <sstream>
#include <iostream>
#include <fstream>
#include <vector>
#include <cstdarg>
Include dependency graph for COutputLogger.cpp:

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().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020