Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MsgLogger.cxx File Reference
#include "TMVA/MsgLogger.h"
#include "TMVA/Config.h"
#include "TMVA/Types.h"
#include "Rtypes.h"
#include "TObject.h"
#include <cassert>
#include <cstdlib>
#include <iostream>
#include <memory>
Include dependency graph for MsgLogger.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Variables

static std::unique_ptr< const std::map< TMVA::EMsgType, std::string > > gOwnColorMap
 
static std::unique_ptr< const std::map< TMVA::EMsgType, std::string > > gOwnTypeMap
 

Variable Documentation

◆ gOwnColorMap

std::unique_ptr<const std::map<TMVA::EMsgType, std::string> > gOwnColorMap
static

Definition at line 64 of file MsgLogger.cxx.

◆ gOwnTypeMap

std::unique_ptr<const std::map<TMVA::EMsgType, std::string> > gOwnTypeMap
static

Definition at line 63 of file MsgLogger.cxx.