Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
genicam
library
CPP
include
log4cpp
PropertyConfigurator.hh
Go to the documentation of this file.
1
/*
2
* SimpleConfigurator.hh
3
*
4
* Copyright 2001, Glen Scott. All rights reserved.
5
*
6
* See the COPYING file for the terms of usage and distribution.
7
*/
8
#ifndef _LOG4CPP_PROPERTYCONFIGURATOR_HH
9
#define _LOG4CPP_PROPERTYCONFIGURATOR_HH
10
11
#include "
Base/GCException.h
"
12
#include <
log4cpp/Portability.hh
>
13
#include <
log4cpp/Export.hh
>
14
15
#include <string>
16
#include <
log4cpp/Configurator.hh
>
// configure exceptions
17
18
LOG4CPP_NS_BEGIN
19
47
class
LOG4CPP_EXPORT
PropertyConfigurator
{
48
public
:
49
static
void
configure(
const
std::string& initFileName);
50
// throw(GenICam::InvalidArgumentException);
51
52
static
void
configure(std::istream& initStream);
53
// throw(GenICam::InvalidArgumentException);
54
};
55
LOG4CPP_NS_END
56
57
#endif // _LOG4CPP_PROPERTYCONFIGURATOR_HH
LOG4CPP_NS_END
#define LOG4CPP_NS_END
Definition:
Portability.hh:50
Configurator.hh
PropertyConfigurator
Property configurator will read a config file using the same (or similar) format to the config file u...
Definition:
PropertyConfigurator.hh:47
Portability.hh
Export.hh
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:21
GCException.h
LOG4CPP_NS_BEGIN
#define LOG4CPP_NS_BEGIN
Definition:
Portability.hh:49
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:54