SFrame 3.6
core/include/SMsgType.h
Go to the documentation of this file.
00001 // Dear emacs, this is -*- c++ -*-
00002 // $Id: SMsgType.h 120 2009-08-27 12:02:57Z krasznaa $
00003 /***************************************************************************
00004  * @Project: SFrame - ROOT-based analysis framework for ATLAS
00005  * @Package: Core
00006  *
00007  * @author Stefan Ask       <Stefan.Ask@cern.ch>           - Manchester
00008  * @author David Berge      <David.Berge@cern.ch>          - CERN
00009  * @author Johannes Haller  <Johannes.Haller@cern.ch>      - Hamburg
00010  * @author A. Krasznahorkay <Attila.Krasznahorkay@cern.ch> - CERN/Debrecen
00011  *
00012  ***************************************************************************/
00013 
00014 #ifndef SFRAME_CORE_SMsgType_H
00015 #define SFRAME_CORE_SMsgType_H
00016 
00018 
00023 enum SMsgType {
00024    VERBOSE = 1, 
00025    DEBUG = 2,   
00026    INFO = 3,    
00027    WARNING = 4, 
00028    ERROR = 5,   
00029    FATAL = 6,   
00030    ALWAYS = 7   
00031 };
00032 
00033 #endif // SFRAME_CORE_SMsgType_H