ROOT 6.10/09 Reference Guide |
Definition at line 109 of file RooMsgService.h.
Public Member Functions | |
void | addTopic (RooFit::MsgTopic newTopic) |
Bool_t | match (RooFit::MsgLevel level, RooFit::MsgTopic facility, const RooAbsArg *obj) |
Determine if message from given object at given level on given topic is logged. More... | |
Bool_t | match (RooFit::MsgLevel level, RooFit::MsgTopic facility, const TObject *obj) |
Determine if message from given object at given level on given topic is logged. More... | |
void | removeTopic (RooFit::MsgTopic oldTopic) |
Public Attributes | |
Bool_t | active |
std::string | baseClassName |
std::string | className |
Color_t | color |
RooFit::MsgLevel | minLevel |
std::string | objectName |
std::ostream * | os |
Bool_t | prefix |
std::string | tagName |
Int_t | topic |
Bool_t | universal |
Friends | |
class | RooMsgService |
#include <RooMsgService.h>
|
inline |
Definition at line 112 of file RooMsgService.h.
Bool_t RooMsgService::StreamConfig::match | ( | RooFit::MsgLevel | level, |
RooFit::MsgTopic | facility, | ||
const RooAbsArg * | obj | ||
) |
Determine if message from given object at given level on given topic is logged.
Definition at line 444 of file RooMsgService.cxx.
Bool_t RooMsgService::StreamConfig::match | ( | RooFit::MsgLevel | level, |
RooFit::MsgTopic | facility, | ||
const TObject * | obj | ||
) |
Determine if message from given object at given level on given topic is logged.
Definition at line 464 of file RooMsgService.cxx.
|
inline |
Definition at line 116 of file RooMsgService.h.
|
friend |
Definition at line 121 of file RooMsgService.h.
Bool_t RooMsgService::StreamConfig::active |
Definition at line 126 of file RooMsgService.h.
std::string RooMsgService::StreamConfig::baseClassName |
Definition at line 133 of file RooMsgService.h.
std::string RooMsgService::StreamConfig::className |
Definition at line 132 of file RooMsgService.h.
Color_t RooMsgService::StreamConfig::color |
Definition at line 135 of file RooMsgService.h.
RooFit::MsgLevel RooMsgService::StreamConfig::minLevel |
Definition at line 129 of file RooMsgService.h.
std::string RooMsgService::StreamConfig::objectName |
Definition at line 131 of file RooMsgService.h.
std::ostream* RooMsgService::StreamConfig::os |
Definition at line 138 of file RooMsgService.h.
Bool_t RooMsgService::StreamConfig::prefix |
Definition at line 136 of file RooMsgService.h.
std::string RooMsgService::StreamConfig::tagName |
Definition at line 134 of file RooMsgService.h.
Int_t RooMsgService::StreamConfig::topic |
Definition at line 130 of file RooMsgService.h.
Bool_t RooMsgService::StreamConfig::universal |
Definition at line 127 of file RooMsgService.h.