LibOFX
messages.hh
Go to the documentation of this file.
1 /***************************************************************************
2  ofx_messages.h
3  -------------------
4  copyright : (C) 2002 by Benoit Gr�goire
5  email : benoitg@coeus.ca
6  ***************************************************************************/
10 /***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 #ifndef OFX_MESSAGES_H
19 #define OFX_MESSAGES_H
20 
24 {
31  STATUS = 10,
32  INFO,
35  PARSER
36 };
37 using namespace std;
39 int message_out(OfxMsgType type, const string message);
40 
41 #endif
int message_out(OfxMsgType type, const string message)
Message output function.
Definition: messages.cpp:61
OfxMsgType
Definition: messages.hh:24
@ DEBUG
Definition: messages.hh:25
@ PARSER
Definition: messages.hh:35
@ ERROR
Definition: messages.hh:34
@ INFO
Definition: messages.hh:32
@ DEBUG5
Definition: messages.hh:30
@ WARNING
Definition: messages.hh:33
@ DEBUG4
Definition: messages.hh:29
@ STATUS
Definition: messages.hh:31
@ DEBUG1
Definition: messages.hh:26
@ DEBUG3
Definition: messages.hh:28
@ DEBUG2
Definition: messages.hh:27