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
CategoryAdapter.hh
Go to the documentation of this file.
1
2
#ifndef LOG4CPP_CATEGORY_ADAPTER_HPP
3
#define LOG4CPP_CATEGORY_ADAPTER_HPP
4
5
#include <
log4cpp/Portability.hh
>
6
#include <
log4cpp/Category.hh
>
7
8
#include <
Log/ILogger.h
>
9
10
11
12
LOG4CPP_NS_BEGIN
13
14
class
CategoryAdapter
:
public
GENICAM_NAMESPACE::ILogger
15
{
16
public
:
17
CategoryAdapter
(
LOG4CPP_NS::Category
& categoryRef);
18
~CategoryAdapter
();
19
void
Log
(
GENICAM_NAMESPACE::ILogger::Priority
logPriority,
const
char
*, ...);
20
void
LogVA
(
GENICAM_NAMESPACE::ILogger::Priority
value,
const
char
* stringFormat, va_list arg);
21
22
private
:
23
// Prevent auto-generated assignment operator by this private one. Otherwise
24
// Visual Studio 2013 gives a warning
25
void
operator=
(
const
CategoryAdapter
&);
26
27
LOG4CPP_NS::Category
&
mCategoryRef
;
28
29
LOG4CPP_NS::Priority::Value
GetPriority
(
GENICAM_NAMESPACE::ILogger::Priority
gcPriority);
30
31
};
32
33
LOG4CPP_NS_END
34
35
36
37
#endif
CategoryAdapter::GetPriority
LOG4CPP_NS::Priority::Value GetPriority(GENICAM_NAMESPACE::ILogger::Priority gcPriority)
Portability.hh
CategoryAdapter::Log
void Log(GENICAM_NAMESPACE::ILogger::Priority logPriority, const char *,...)
GENICAM_NAMESPACE::ILogger
Definition:
ILogger.h:11
GENICAM_NAMESPACE::ILogger::Priority
Priority
Definition:
ILogger.h:14
Category
LOG4CPP_NS_BEGIN class LOG4CPP_EXPORT Category
Definition:
CategoryStream.hh:23
CategoryAdapter::~CategoryAdapter
~CategoryAdapter()
LOG4CPP_NS_BEGIN
#define LOG4CPP_NS_BEGIN
Definition:
Portability.hh:49
LOG4CPP_NS_END
#define LOG4CPP_NS_END
Definition:
Portability.hh:50
CategoryAdapter::operator=
void operator=(const CategoryAdapter &)
CategoryAdapter
Definition:
CategoryAdapter.hh:14
CategoryAdapter::CategoryAdapter
CategoryAdapter(LOG4CPP_NS::Category &categoryRef)
CategoryAdapter::LogVA
void LogVA(GENICAM_NAMESPACE::ILogger::Priority value, const char *stringFormat, va_list arg)
CategoryAdapter::mCategoryRef
LOG4CPP_NS::Category & mCategoryRef
Definition:
CategoryAdapter.hh:27
Category.hh
ILogger.h
rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:11