CMS 3D CMS Logo

GeneralVerbosity.cc

Go to the documentation of this file.
00001 #include "Utilities/General/interface/GeneralVerbosity.h"
00002 #include "Utilities/General/interface/DecoratedSB.h"
00003 #include <iostream>
00004 
00005 template <>
00006 envSwitch & GeneralVerbosity::me() {
00007   static envSwitch l("GenUtilVerbose");
00008   return l;
00009 }
00010 
00011 template <>
00012 envSwitch & GeneralVerbosity::silence() {
00013   static envSwitch l("GenUtilSilent");
00014   return l;
00015 }
00016 
00017 namespace {
00018   static DefDecoratedSB lsb(std::cout.rdbuf(),"","");
00019 
00020 }
00021 
00022 std::ostream GeneralUtilities::cout(&lsb);

Generated on Tue Jun 9 17:48:51 2009 for CMSSW by  doxygen 1.5.4