LibOFX
lib/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
23
enum
OfxMsgType
24
{
25
DEBUG
,
26
DEBUG1
,
27
DEBUG2
,
28
DEBUG3
,
29
DEBUG4
,
30
DEBUG5
,
31
STATUS
= 10,
32
INFO
,
33
WARNING
,
34
ERROR
,
35
PARSER
36
};
37
using namespace
std
;
39
int
message_out
(
OfxMsgType
type,
const
string
message);
40
41
#endif
DEBUG3
Definition:
lib/messages.hh:28
DEBUG2
Definition:
lib/messages.hh:27
std
DEBUG5
Definition:
lib/messages.hh:30
STATUS
Definition:
lib/messages.hh:31
OfxMsgType
OfxMsgType
Definition:
build/libofx-0.10.0/lib/messages.hh:23
DEBUG1
Definition:
lib/messages.hh:26
ERROR
Definition:
lib/messages.hh:34
PARSER
Definition:
lib/messages.hh:35
DEBUG
Definition:
lib/messages.hh:25
DEBUG4
Definition:
lib/messages.hh:29
message_out
int message_out(OfxMsgType type, const string message)
Message output function.
Definition:
build/libofx-0.10.0/lib/messages.cpp:61
INFO
Definition:
lib/messages.hh:32
WARNING
Definition:
lib/messages.hh:33
lib
messages.hh
Generated on Sun Jan 3 2021 00:34:46 for LibOFX by
1.8.13