![]() |
AliPhysics
51e3ab4 (51e3ab4)
|
#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 802 of file AliForwardUtil.h.
Constructor
lvl | Current level |
msgLvl | Target level |
format | printf -like format |
Definition at line 1111 of file AliForwardUtil.cxx.
AliForwardUtil::DebugGuard::~DebugGuard | ( | ) |
Destructor
Definition at line 1123 of file AliForwardUtil.cxx.
|
staticprivate |
Format a message
out | Output is stored here |
format | printf -like format |
ap | List of arguments |
Definition at line 1144 of file AliForwardUtil.cxx.
Referenced by DebugGuard().
|
static |
Make a message
lvl | Current level |
msgLvl | Target level |
format | printf -like format |
Definition at line 1130 of file AliForwardUtil.cxx.
|
staticprivate |
Output the message
in | Direction |
msg | Message |
Definition at line 1155 of file AliForwardUtil.cxx.
Referenced by DebugGuard().
|
private |
Definition at line 842 of file AliForwardUtil.h.
Referenced by DebugGuard().