ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
j
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
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
k
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
b
c
d
e
g
j
m
o
p
s
t
Functions
c
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.hpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @ingroup server
4
* @copyright ESO - European Southern Observatory
5
* @author
6
*
7
* @brief Default logger name.
8
*/
9
10
#ifndef SERVER_LOGGER_HPP
11
#define SERVER_LOGGER_HPP
12
13
#include <rad/logger.hpp>
14
15
namespace
server
{
16
17
const
std::string
LOGGER_NAME
=
"server"
;
18
19
log4cplus::Logger&
GetLogger
();
20
21
}
// namespace server
22
23
24
#endif // SERVER_LOGGER_HPP
server
Definition:
actionMgr.cpp:21
server::GetLogger
log4cplus::Logger & GetLogger()
Definition:
logger.cpp:14
server::LOGGER_NAME
const std::string LOGGER_NAME
Definition:
logger.hpp:17
Generated by
1.8.20