Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCLLogger.hh File Reference
#include "globals.hh"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <cstdlib>

Go to the source code of this file.

Classes

class  G4INCL::LoggerSlave
 
class  G4INCL::Logger
 

Namespaces

namespace  G4INCL
 

Macros

#define INCLXX_IN_GEANT4_MODE   1
 
#define G4INCLLogger_hh   1
 
#define FATAL(x)   ;
 
#define ERROR(x)   ;
 
#define WARN(x)   ;
 
#define INFO(x)   ;
 
#define DEBUG(x)   ;
 
#define DATABLOCK(x)   ;
 

Enumerations

enum  G4INCL::MessageType {
  G4INCL::InfoMsg = 1 , G4INCL::FatalMsg = 2 , G4INCL::ErrorMsg = 3 , G4INCL::WarningMsg = 4 ,
  G4INCL::DebugMsg = 7 , G4INCL::DataBlockMsg = 10 , G4INCL::ZeroMsg = 0
}
 

Macro Definition Documentation

◆ DATABLOCK

#define DATABLOCK (   x)    ;

Definition at line 236 of file G4INCLLogger.hh.

◆ DEBUG

#define DEBUG (   x)    ;

Definition at line 235 of file G4INCLLogger.hh.

◆ ERROR

#define ERROR (   x)    ;

Definition at line 232 of file G4INCLLogger.hh.

◆ FATAL

#define FATAL (   x)    ;

Definition at line 231 of file G4INCLLogger.hh.

◆ G4INCLLogger_hh

#define G4INCLLogger_hh   1

Definition at line 40 of file G4INCLLogger.hh.

◆ INCLXX_IN_GEANT4_MODE

#define INCLXX_IN_GEANT4_MODE   1

Definition at line 35 of file G4INCLLogger.hh.

◆ INFO

#define INFO (   x)    ;

Definition at line 234 of file G4INCLLogger.hh.

◆ WARN

#define WARN (   x)    ;

Definition at line 233 of file G4INCLLogger.hh.