BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
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
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
InstallArea/include/ers/ers/LogIssue.h
Go to the documentation of this file.
1
/*
2
* LogIssue.h
3
* ers
4
*
5
* Created by Matthias Wiesmann on 06.01.05.
6
* Copyright 2005 CERN. All rights reserved.
7
*
8
*/
9
10
#ifndef ERS_LOG_ISSUE
11
12
#include "ers/Issue.h"
13
14
namespace
ers
{
15
16
/** This issue is used to encapsulate simple text message like those used for logging
17
* \author Matthias Wiesmann
18
* \version 1.0
19
* \brief Wrapper for log messages.
20
*/
21
22
class
LogIssue :
public
Issue {
23
protected
:
24
LogIssue
(
const
ers::Context
&c,
severity_t
s
);
25
public
:
26
static
const
char
*
const
CLASS_NAME
;
27
LogIssue
();
28
LogIssue
(
const
ers::Context
&c,
severity_t
s
,
const
std::string &
message
);
29
virtual
const
char
*
get_class_name
()
const
throw() ;
30
31
} ;
// LogIssue
32
}
// ers
33
34
#define ERS_LOG_ISSUE(s,m) LogIssue(ERS_HERE,s,m)
35
36
#endif
s
XmlRpcServer s
Definition:
HelloServer.cpp:11
ers::Context
Source context for Issue.
Definition:
Event/ers/ers-00-00-03/ers/Context.h:42
ers::Issue::message
const std::string & message() const
Message.
Definition:
ers/ers-00-00-03/src/Issue.cxx:689
ers::LogIssue::get_class_name
virtual const char * get_class_name() const
Get key for class (used for serialisation)
ers::LogIssue::LogIssue
LogIssue(const ers::Context &c, severity_t s, const std::string &message)
ers::LogIssue::CLASS_NAME
static const char *const CLASS_NAME
Definition:
Event/ers/ers-00-00-03/ers/LogIssue.h:26
ers::LogIssue::LogIssue
LogIssue()
ers::LogIssue::LogIssue
LogIssue(const ers::Context &c, severity_t s)
ers
Definition:
Event/ers/ers-00-00-03/ers/Assertion.h:20
ers::severity_t
enum ers::_severity_t severity_t
source
InstallArea
include
ers
ers
LogIssue.h
Generated by
1.9.6