Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /FWCore/MessageLogger/examples/AAA-list-of-examples is written in an unsupported language. File is not indexed.

0001   List of example _cfg.py files illustrating cnnfiguration of MessageLogger
0002   -------------------------------------------------------------------------
0003 
0004 simplestMLexample:
0005   Sets up logging to a file, delivering all messages created by anything
0006   from LogIfo up to LogSystem, but not messages created by LogDebug or LogTrace.
0007 
0008 enablingLogDebugMessages:
0009 
0010 timingFilteredMLexample:
0011   Illustrates how to limit the output of a category of message to one
0012   destination but not to another.
0013   Sets up logging to a file and to cout, and requests the timing service.
0014   The file is interested in the timing output for each event, but cout is not.
0015 
0016  
0017