Definition at line 115 of file RooMsgService.h.
Public Member Functions | |
| void | addTopic (RooFit::MsgTopic newTopic) | 
| bool | match (RooFit::MsgLevel level, RooFit::MsgTopic facility, const RooAbsArg *obj) | 
| Determine if message from given object at given level on given topic is logged.   | |
| bool | match (RooFit::MsgLevel level, RooFit::MsgTopic facility, const TObject *obj) | 
| Determine if message from given object at given level on given topic is logged.   | |
| bool | match (RooFit::MsgLevel level, RooFit::MsgTopic facility, std::nullptr_t obj) | 
| void | removeTopic (RooFit::MsgTopic oldTopic) | 
Public Attributes | |
| bool | active | 
| std::string | baseClassName | 
| std::string | className | 
| Color_t | color | 
| RooFit::MsgLevel | minLevel | 
| std::string | objectName | 
| std::ostream * | os | 
| bool | prefix | 
| std::string | tagName | 
| Int_t | topic | 
| bool | universal | 
Friends | |
| class | RooMsgService | 
#include <RooMsgService.h>
      
  | 
  inline | 
Definition at line 118 of file RooMsgService.h.
| bool 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 376 of file RooMsgService.cxx.
| bool 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 397 of file RooMsgService.cxx.
      
  | 
  inline | 
Definition at line 132 of file RooMsgService.h.
      
  | 
  inline | 
Definition at line 122 of file RooMsgService.h.
      
  | 
  friend | 
Definition at line 127 of file RooMsgService.h.
| bool RooMsgService::StreamConfig::active | 
Definition at line 137 of file RooMsgService.h.
| std::string RooMsgService::StreamConfig::baseClassName | 
Definition at line 144 of file RooMsgService.h.
| std::string RooMsgService::StreamConfig::className | 
Definition at line 143 of file RooMsgService.h.
| Color_t RooMsgService::StreamConfig::color | 
Definition at line 146 of file RooMsgService.h.
| RooFit::MsgLevel RooMsgService::StreamConfig::minLevel | 
Definition at line 140 of file RooMsgService.h.
| std::string RooMsgService::StreamConfig::objectName | 
Definition at line 142 of file RooMsgService.h.
| std::ostream* RooMsgService::StreamConfig::os | 
Definition at line 149 of file RooMsgService.h.
| bool RooMsgService::StreamConfig::prefix | 
Definition at line 147 of file RooMsgService.h.
| std::string RooMsgService::StreamConfig::tagName | 
Definition at line 145 of file RooMsgService.h.
| Int_t RooMsgService::StreamConfig::topic | 
Definition at line 141 of file RooMsgService.h.
| bool RooMsgService::StreamConfig::universal | 
Definition at line 138 of file RooMsgService.h.