Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MsgLogger.cxx File Reference
#include "TMVA/MsgLogger.h"
#include "TMVA/Config.h"
#include "TMVA/Types.h"
#include "Riostream.h"
#include "Rtypes.h"
#include "TObject.h"
#include <assert.h>
#include <cstdlib>
#include <iomanip>
#include <memory>
Include dependency graph for MsgLogger.cxx:

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

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

Definition at line 71 of file MsgLogger.cxx.

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

Definition at line 70 of file MsgLogger.cxx.