DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
ers
include
ers
StandardStreamOutput.hpp
Go to the documentation of this file.
1
/*
2
* DUNE DAQ modification notice:
3
* This file has been modified from the original ATLAS ers source for the DUNE DAQ project.
4
* Fork baseline commit: 8267df82a4f6fe6bf02c4014923eba19eddc4614 (2020-04-14).
5
* Renamed since fork: yes (from ers/StandardStreamOutput.h to include/ers/StandardStreamOutput.hpp).
6
*
7
* Original copyright:
8
* Copyright (C) 2001-2020 CERN for the benefit of the ATLAS collaboration.
9
* Licensed under the Apache License, Version 2.0.
10
*/
11
12
/*
13
* StandardStreamOutput.h
14
* ers
15
*
16
* Created by Serguei Kolos on 02.08.07.
17
* Copyright 2007 CERN. All rights reserved.
18
*
19
*/
20
25
26
#ifndef ERS_STANDARD_STREAM_OUTPUT_H
27
#define ERS_STANDARD_STREAM_OUTPUT_H
28
29
#include <iostream>
30
31
namespace
ers
32
{
33
class
Issue
;
34
39
40
struct
StandardStreamOutput
41
{
42
static
std::ostream &
print
( std::ostream & out,
const
Issue
& issue,
int
verbosity );
43
static
std::ostream &
println
( std::ostream & out,
const
Issue
& issue,
int
verbosity );
44
};
45
}
46
47
#endif
ers::Issue
Base class for any user define issue.
Definition
Issue.hpp:80
ers
Definition
Logger.hxx:202
ers::StandardStreamOutput
Definition
StandardStreamOutput.hpp:41
ers::StandardStreamOutput::print
static std::ostream & print(std::ostream &out, const Issue &issue, int verbosity)
Definition
StandardStreamOutput.cpp:78
ers::StandardStreamOutput::println
static std::ostream & println(std::ostream &out, const Issue &issue, int verbosity)
Definition
StandardStreamOutput.cpp:70
Generated on
for DUNE-DAQ by
1.17.0