#include <iostream>
#include <fmt/format.h>
#include <goofit/Color.h>
Go to the source code of this file.
◆ GOOFIT_DEBUG
#define GOOFIT_DEBUG |
( |
|
... | ) |
{} |
◆ GOOFIT_DEBUG_F
#define GOOFIT_DEBUG_F |
( |
|
... | ) |
{} |
Definition at line 98 of file Log.h.
◆ GOOFIT_ERROR
#define GOOFIT_ERROR |
( |
|
... | ) |
|
Value:{ \
fmt::print(__VA_ARGS__); \
}
constexpr rang::style const bold
constexpr rang::fg const red
constexpr rang::style const reset
Definition at line 58 of file Log.h.
◆ GOOFIT_ERROR_F
#define GOOFIT_ERROR_F |
( |
|
... | ) |
|
Value:{ \
fmt::printf(__VA_ARGS__); \
}
constexpr rang::style const bold
constexpr rang::fg const red
constexpr rang::style const reset
Definition at line 64 of file Log.h.
◆ GOOFIT_INFO
#define GOOFIT_INFO |
( |
|
... | ) |
|
◆ GOOFIT_INFO_C
#define GOOFIT_INFO_C |
( |
|
color, |
|
|
|
... |
|
) |
| |
Value:{ \
fmt::print(__VA_ARGS__); \
}
constexpr rang::style const reset
Definition at line 22 of file Log.h.
◆ GOOFIT_INFO_F
#define GOOFIT_INFO_F |
( |
|
... | ) |
|
Value:{ \
fmt::printf(__VA_ARGS__); \
}
constexpr rang::fg const blue
constexpr rang::style const reset
Definition at line 16 of file Log.h.
◆ GOOFIT_INFO_FC
#define GOOFIT_INFO_FC |
( |
|
color, |
|
|
|
... |
|
) |
| |
Value:{ \
fmt::printf(__VA_ARGS__); \
}
constexpr rang::style const reset
Definition at line 28 of file Log.h.
◆ GOOFIT_STATUS
#define GOOFIT_STATUS |
( |
|
... | ) |
|
Value:{ \
fmt::print(__VA_ARGS__); \
}
constexpr rang::style const reset
constexpr rang::fg const magenta
Definition at line 34 of file Log.h.
◆ GOOFIT_STATUS_F
#define GOOFIT_STATUS_F |
( |
|
... | ) |
|
Value:{ \
fmt::printf(__VA_ARGS__); \
}
constexpr rang::style const reset
constexpr rang::fg const magenta
Definition at line 40 of file Log.h.
◆ GOOFIT_TRACE
#define GOOFIT_TRACE |
( |
|
... | ) |
{} |
◆ GOOFIT_TRACE_F
#define GOOFIT_TRACE_F |
( |
|
... | ) |
{} |
◆ GOOFIT_WARN
#define GOOFIT_WARN |
( |
|
... | ) |
|
Value:{ \
fmt::print(__VA_ARGS__); \
}
constexpr rang::fg const yellow
constexpr rang::style const bold
constexpr rang::style const reset
Definition at line 46 of file Log.h.
Referenced by GooFit::Minuit1::Eval().
◆ GOOFIT_WARN_F
#define GOOFIT_WARN_F |
( |
|
... | ) |
|
Value:{ \
fmt::printf(__VA_ARGS__); \
}
constexpr rang::fg const yellow
constexpr rang::style const bold
constexpr rang::style const reset
Definition at line 52 of file Log.h.