Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
i
l
m
n
u
v
Typedefs
a
c
d
e
g
i
m
n
o
p
s
u
v
Enumerations
_
e
g
h
i
p
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
x
y
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
Typedefs
a
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
Enumerations
Enumerator
a
c
d
e
f
i
n
o
r
s
t
w
x
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
Functions
c
d
e
g
i
l
m
o
p
r
t
Variables
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
p
s
t
u
Enumerations
a
b
c
d
e
f
g
i
p
s
t
u
Enumerator
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
y
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
Portability.hh
Configurator.hh
LOG4CPP_NS_BEGIN
#define LOG4CPP_NS_BEGIN
Definition:
Portability.hh:49
LOG4CPP_NS_END
#define LOG4CPP_NS_END
Definition:
Portability.hh:50
LOG4CPP_EXPORT
#define LOG4CPP_EXPORT
Definition:
Export.hh:21
PropertyConfigurator
Property configurator will read a config file using the same (or similar) format to the config file u...
Definition:
PropertyConfigurator.hh:47
Export.hh
GCException.h
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:11