BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Go to the source code of this file.
Functions | |
template<typename... Ts> | |
void | Error (Ts &&... args) |
template<typename... Ts> | |
void | Info (Ts &&... args) |
void | insert_messages (std::stringstream &ss) |
template<typename T , typename... Types> | |
void | insert_messages (std::stringstream &ss, T var1, Types... var2) |
template<typename... Args> | |
void | logHelperMessage (std::string severity, Args &&... args) |
template<typename... Ts> | |
void | Warning (Ts &&... args) |
Variables | |
const Int_t | kBreak = 4000 |
const Int_t | kError = 3000 |
const Int_t | kFatal = 6000 |
const Int_t | kInfo = 1000 |
const Int_t | kPrint = 0 |
const Int_t | kSysError = 5000 |
const Int_t | kUnset = -1 |
const Int_t | kWarning = 2000 |
void Error | ( | Ts &&... | args | ) |
Definition at line 46 of file TError.h.
References logHelperMessage().
Referenced by TMath::Mean(), and TMath::Median().
void Info | ( | Ts &&... | args | ) |
Definition at line 40 of file TError.h.
References logHelperMessage().
|
inline |
Definition at line 19 of file TError.h.
Referenced by insert_messages(), and logHelperMessage().
void insert_messages | ( | std::stringstream & | ss, |
T | var1, | ||
Types... | var2 | ||
) |
Definition at line 25 of file TError.h.
References insert_messages().
void logHelperMessage | ( | std::string | severity, |
Args &&... | args | ||
) |
void Warning | ( | Ts &&... | args | ) |
Definition at line 52 of file TError.h.
References logHelperMessage().