ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Variables
_
a
c
e
h
i
k
l
m
n
p
r
s
t
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
e
h
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
g
j
m
o
p
s
t
Functions
a
c
e
m
o
p
s
t
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
ocm
server
src
logger.cpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @ingroup server
4
* @copyright ESO - European Southern Observatory
5
* @author
6
*
7
* @brief Logger source file.
8
*/
9
10
#include "
logger.hpp
"
11
12
namespace
server
{
13
14
log4cplus::Logger&
GetLogger
() {
15
static
log4cplus::Logger logger = log4cplus::Logger::getInstance(
LOGGER_NAME
);
16
return
logger;
17
}
18
19
}
// namespace server
logger.hpp
Default logger name.
server
Definition:
actionMgr.cpp:21
server::LOGGER_NAME
const std::string LOGGER_NAME
Definition:
logger.hpp:17
server::GetLogger
log4cplus::Logger & GetLogger()
Definition:
logger.cpp:14
Generated by
1.9.1