#include "gutsConventions.h"
#include "goptions.h"
#include "G4UIsession.hh"
#include <atomic>
#include <string>
#include <sstream>
#include <utility>
Go to the source code of this file.
|
class | GLogger |
| Handles structured logging with verbosity and debug levels. More...
|
|
◆ FUNCTION_NAME
#define FUNCTION_NAME __func__ + std::string(" > ") |
◆ SFUNCTION_NAME
#define SFUNCTION_NAME __func__ + std::string(" > ") |
◆ debug_type
Used to indicate whether a debug message is normal or corresponds to a constructor or destructor.
Enumerator |
---|
NORMAL | |
CONSTRUCTOR | |
DESTRUCTOR | |
Definition at line 33 of file glogger.h.