![]() |
AliPhysics
0d55a7a (0d55a7a)
|
#include <AliForwardUtil.h>
Public Member Functions | |
DebugGuard (Int_t lvl, Int_t msgLvl, const char *format,...) | |
~DebugGuard () | |
Static Public Member Functions | |
static void | Message (Int_t lvl, Int_t msgLvl, const char *format,...) |
Static Private Member Functions | |
static void | Output (int in, TString &msg) |
static void | Format (TString &out, const char *format, va_list ap) |
Private Attributes | |
TString | fMsg |
A guard idom for producing debug output
Definition at line 818 of file AliForwardUtil.h.
Constructor
lvl | Current level |
msgLvl | Target level |
format | printf -like format |
Definition at line 1143 of file AliForwardUtil.cxx.
AliForwardUtil::DebugGuard::~DebugGuard | ( | ) |
Destructor
Definition at line 1155 of file AliForwardUtil.cxx.
|
staticprivate |
Format a message
out | Output is stored here |
format | printf -like format |
ap | List of arguments |
Definition at line 1176 of file AliForwardUtil.cxx.
Referenced by DebugGuard(), and Message().
|
static |
Make a message
lvl | Current level |
msgLvl | Target level |
format | printf -like format |
Definition at line 1162 of file AliForwardUtil.cxx.
|
staticprivate |
Output the message
in | Direction |
msg | Message |
Definition at line 1187 of file AliForwardUtil.cxx.
Referenced by DebugGuard(), Message(), and ~DebugGuard().
|
private |
Definition at line 858 of file AliForwardUtil.h.
Referenced by DebugGuard(), and ~DebugGuard().