|
ATLAS Offline Software
|
Go to the documentation of this file.
20 #ifndef BUILDVP1LIGHT //TODO: Merge the two mechanisms, specifically for VP1
35 std::cout <<
prefix_msg() <<
": "<<
str.toStdString()<<std::endl;
65 std::string
msg =
str.toStdString();
66 fprintf(
stderr,
"\033[1m\033[31mWarning:\033[21m\033[0m: %s\n",
msg.c_str() );
78 std::string
msg =
str.toStdString();
79 fprintf(
stderr,
"\033[1m\033[31mWarning:\033[21m %s\033[0m\n",
msg.c_str() );
95 if (addtoend.isEmpty()) {
110 if (addtoend.isEmpty()) {
125 if (addtoend.isEmpty()) {
138 if (addtostart.isEmpty()) {
142 if (addtoend.isEmpty()) {
157 if (addtostart.isEmpty()) {
161 if (addtoend.isEmpty()) {
176 if (addtostart.isEmpty()) {
180 if (addtoend.isEmpty()) {
189 #if defined BUILDVP1LIGHT
191 if(
name ==
"ExpertSettings/VP1_VERBOSE_OUTPUT"){
199 if(
name ==
"VP1_VERBOSE_OUTPUT"){
static std::atomic< bool > m_debug
static std::atomic< bool > m_verbose
static void messageWarningAllRed(const QString &str, IVP1System *sys=0)
static const char * prefix_warning()
static void enableMsg(const QString &)
static bool expertSettingIsSet(const QString &type, const QString &name)
static const char * prefix_msg()
static bool environmentVariableIsOn(const QString &name)
static void messageWarning(const QString &, IVP1System *sys=0)
static bool environmentVariableIsSet(const QString &name)
static void messageVerbose(const QString &)
static const char * prefix_debug()
static const char * prefix_verbose()
static void messageDebug(const QString &)
static void message(const QString &, IVP1System *sys=0)
static void messageWarningRed(const QString &str, IVP1System *sys=0)