glogging
glogger.h File Reference
#include "gutsConventions.h"
#include "goptions.h"
#include "G4UIsession.hh"
#include <atomic>
#include <string>
#include <cstdlib>
#include <sstream>
#include <utility>
Include dependency graph for glogger.h:

Go to the source code of this file.

Data Structures

class  GLogger
 Handles structured logging with verbosity and debug levels. More...
 

Enumerations

enum  debug_type { NORMAL , CONSTRUCTOR , DESTRUCTOR }
 Enumerates debug message types. More...
 

Enumeration Type Documentation

◆ debug_type

enum 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 22 of file glogger.h.