CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Macros | Enumerations | Functions
fwLog.h File Reference
#include <iostream>

Go to the source code of this file.

Namespaces

 fwlog
 

Macros

#define fwLog(_level_)   (fwlog::presentLogLevel() > _level_) ? fwlog::logger() : fwlog::logger()<< fwlog::levelName(_level_)<<": "
 

Enumerations

enum  fwlog::LogLevel { fwlog::kDebug, fwlog::kInfo, fwlog::kWarning, fwlog::kError }
 

Functions

const char * fwlog::levelName (LogLevel)
 
std::ostream & fwlog::logger ()
 
LogLevel fwlog::presentLogLevel ()
 
void fwlog::setLogger (std::ostream *)
 
void fwlog::setPresentLogLevel (LogLevel)
 

Macro Definition Documentation

#define fwLog (   _level_)    (fwlog::presentLogLevel() > _level_) ? fwlog::logger() : fwlog::logger()<< fwlog::levelName(_level_)<<": "

Definition at line 50 of file fwLog.h.

Referenced by FWGeoTopNodeGLScene::AddObject(), FWTrackTrackingRecHitProxyBuilder::build(), FWME0DigiProxyBuilder::build(), FWTracksModulesProxyBuilder::build(), FWCSCRecHitProxyBuilder::build(), FWSiStripDigiProxyBuilder::build(), FWCSCStripDigiProxyBuilder::build(), FWRPCDigiProxyBuilder::build(), FWCSCWireDigiProxyBuilder::build(), FWCSCSegmentProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), FWSiPixelClusterProxyBuilder::build(), FWPFPatJet3DProxyBuilder< T >::build(), FWTrajectorySeedProxyBuilder::build(), FWPSimHitProxyBuilder::buildViewType(), FWDTRecHitProxyBuilder::buildViewType(), FWRPCRecHitProxyBuilder::buildViewType(), FWPhotonProxyBuilder::buildViewType(), FWGEMRecHitProxyBuilder::buildViewType(), FWDTSegmentProxyBuilder::buildViewType(), FWPFTauProxyBuilder::buildViewType(), FWCaloTauProxyBuilder::buildViewType(), FWDTDigiProxyBuilder::buildViewType(), FWBeamSpot::checkBeamSpot(), fireworks::createSegment(), CSGActionSupervisor::defaultAction(), FWGeoTopNodeGLScene::DestroyPhysical(), FWFFMetadataManager::doUpdate(), FWHLTTriggerTableView::fillAverageAcceptFractions(), FWHLTValidator::fillOptions(), FWL1TriggerTableView::fillTable(), FWHLTTriggerTableView::fillTable(), FWHFTowerSliceSelector::findBinFromId(), CSGActionSupervisor::getAction(), FWParameterSetterBase::makeSetterFor(), FWViewManagerManager::registerEventItem(), FWGeometryTableViewManager::setGeoManagerFromFile(), fireworks::setPath(), switchName(), and TEveElementIter::TEveElementIter().