The Gaudi Framework  v33r1 (b1225454)
Messages.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef JOBOPTIONSVC_MESSAGES_H_
12 #define JOBOPTIONSVC_MESSAGES_H_
13 // ============================================================================
14 // STD & STL
15 // ============================================================================
16 #include <iostream>
17 #include <string>
18 #include <vector>
19 // ============================================================================
20 // Boost
21 // ============================================================================
22 
23 // ============================================================================
24 // Gaudi:
25 // ============================================================================
26 #include "GaudiKernel/MsgStream.h"
27 #include "Position.h"
28 // ============================================================================
29 namespace Gaudi {
30  namespace Parsers {
31  class Messages final {
32  public:
33  Messages( MsgStream& stream ) : stream_( stream ) {}
34  // Messages(const MsgStream& stream):stream_(stream){}
35  void AddInfo( const std::string& info ) { AddMessage( MSG::INFO, info ); }
36 
37  void AddWarning( const std::string& warning ) { AddMessage( MSG::WARNING, warning ); }
38 
39  void AddError( const std::string& error ) { AddMessage( MSG::ERROR, error ); }
40 
41  void AddInfo( const Position& pos, const std::string& info ) { AddMessage( MSG::INFO, pos, info ); }
42 
43  void AddWarning( const Position& pos, const std::string& warning ) { AddMessage( MSG::WARNING, pos, warning ); }
44 
45  void AddError( const Position& pos, const std::string& error ) { AddMessage( MSG::ERROR, pos, error ); }
46 
47  private:
48  void AddMessage( MSG::Level level, const std::string& message );
49 
50  void AddMessage( MSG::Level level, const Position& pos, const std::string& message );
51 
52  private:
56  };
57 
58  // ============================================================================
59 
60  // ============================================================================
61  } // namespace Parsers
62 } // namespace Gaudi
63 // ============================================================================
64 
65 #endif // JOBOPTIONSVC_MESSAGES_H_
std::string m_currentFilename
Name of last printed filename.
Definition: Messages.h:55
void AddMessage(MSG::Level level, const std::string &message)
Definition: Message.cpp:25
void AddInfo(const std::string &info)
Definition: Messages.h:35
Definition of the MsgStream class used to transmit messages.
Definition: MsgStream.h:34
Messages(MsgStream &stream)
Definition: Messages.h:33
void AddWarning(const Position &pos, const std::string &warning)
Definition: Messages.h:43
void AddError(const Position &pos, const std::string &error)
Definition: Messages.h:45
STL class.
void AddInfo(const Position &pos, const std::string &info)
Definition: Messages.h:41
void AddError(const std::string &error)
Definition: Messages.h:39
void AddWarning(const std::string &warning)
Definition: Messages.h:37
MsgStream & stream_
Definition: Messages.h:53
Header file for std:chrono::duration-based Counters.
Definition: __init__.py:1