![]() |
AliPhysics
cc1c0ba (cc1c0ba)
|
#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 1137 of file AliForwardUtil.cxx.
AliForwardUtil::DebugGuard::~DebugGuard | ( | ) |
Destructor
Definition at line 1149 of file AliForwardUtil.cxx.
|
staticprivate |
Format a message
out | Output is stored here |
format | printf -like format |
ap | List of arguments |
Definition at line 1170 of file AliForwardUtil.cxx.
Referenced by DebugGuard().
|
static |
Make a message
lvl | Current level |
msgLvl | Target level |
format | printf -like format |
Definition at line 1156 of file AliForwardUtil.cxx.
|
staticprivate |
Output the message
in | Direction |
msg | Message |
Definition at line 1181 of file AliForwardUtil.cxx.
Referenced by DebugGuard().
|
private |
Definition at line 858 of file AliForwardUtil.h.
Referenced by DebugGuard().