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
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
};
38
int
message_out
(
OfxMsgType
type,
const
std::string message);
39
40
#endif
DEBUG5
@ DEBUG5
Definition:
messages.hh:37
OfxMsgType
OfxMsgType
Definition:
messages.hh:23
message_out
int message_out(OfxMsgType type, const std::string message)
Message output function.
Definition:
messages.cpp:67
ERROR
@ ERROR
Definition:
messages.hh:41
DEBUG1
@ DEBUG1
Definition:
messages.hh:33
INFO
@ INFO
Definition:
messages.hh:39
DEBUG3
@ DEBUG3
Definition:
messages.hh:35
STATUS
@ STATUS
Definition:
messages.hh:38
DEBUG2
@ DEBUG2
Definition:
messages.hh:34
WARNING
@ WARNING
Definition:
messages.hh:40
PARSER
@ PARSER
Definition:
messages.hh:42
DEBUG
@ DEBUG
Definition:
messages.hh:32
DEBUG4
@ DEBUG4
Definition:
messages.hh:36
libofx-0.10.8
lib
messages.hh
Generated on Tue Sep 27 2022 20:48:10 for LibOFX by
1.8.17