BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
eformat/eformat-00-01-00/src/Issue.cxx
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/**
4 * @file Issue.cxx
5 * @author <a href="mailto:[email protected]">Andre DOS ANJOS</a>
6 * $Author: zhangy $
7 * $Revision: 1.1.1.1 $
8 * $Date: 2009/06/19 07:35:41 $
9 *
10 * Defines an eformat Issue.
11 */
12
13#include "eformat/Issue.h"
14
16 : ers::Issue(context,severity)
17{
18 finish_setup("Base eformat issue");
19}
Source context for Issue.
Definition: Context.h:42
void finish_setup(const std::string &message)
Finishes the setup of the Issue.
Defines the base eformat Issue.
enum ers::_severity_t severity_t