Peano
Loading...
Searching...
No Matches
UserInterface.cpp
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#include "UserInterface.h"
4
8#include "tarch/mpi/Rank.h"
9
12
13#include "peano4/peano.h"
14
15namespace {
16 tarch::logging::Log _log( "exahype2" );
17}
18
19
25 "",
28 ));
32 "",
35 ));
39 "",
42 ));
43
44
48 "peano4",
51 ));
55 "peano4",
58 ));
62 "peano4",
65 ));
66
70 "tarch",
73 ));
77 "tarch",
80 ));
84 "tarch",
87 ));
88
92 "exahype2",
95 ));
99 "exahype2",
102 ));
106 "exahype2",
109 ));
110
114 "toolbox",
117 ));
121 "toolbox",
124 ));
128 "toolbox",
131 ));
132}
133
tarch::logging::Log _log("::")
void addFilterListEntry(const FilterListEntry &entry)
Add one filter list entry.
static LogFilter & getInstance()
Log Device.
Definition Log.h:516
void setDefaultLogStatements()
Represents one entry of the filter list.
Definition LogFilter.h:30
static const std::string TargetTrace
Definition LogFilter.h:36
static const std::string TargetDebug
Definition LogFilter.h:35
static const std::string TargetInfo
Definition LogFilter.h:34
static const std::string AlwaysOn
Definition LogFilter.h:39