#include "TString.h"
Go to the source code of this file.
|
| class | TGo4Log |
| | This class handles all logging messages inside Go4. More...
|
◆ __MESSAGETEXTLENGTH__
| #define __MESSAGETEXTLENGTH__ 1024 |
◆ GO4_PRINTF2_ARGS
◆ GO4_PRINTF_ARGS
◆ GO4ERROR
Value:
static void Error(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 3.
Definition at line 31 of file TGo4Log.h.
◆ GO4INFO
Value:
static void Info(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 1.
Definition at line 29 of file TGo4Log.h.
◆ GO4MESSAGE
Value:
static const char * Message(Int_t prio, const char *text,...) GO4_PRINTF2_ARGS
Display a message.
Definition at line 28 of file TGo4Log.h.
◆ GO4TRACE
◆ GO4WARN
Value:
static void Warn(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 2.
Definition at line 30 of file TGo4Log.h.