cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Logging Class Reference

Logging verbosity. More...

Static Public Attributes

int Nothing = 0
 
int Error = 1
 
int Warning = 2
 
int Information = 3
 
int Debug = 4
 
int DebugInsideLoop = 5
 

Detailed Description

Definition at line 11 of file logger_cfi.py.

Member Data Documentation

◆ Debug

int Debug = 4
static

Definition at line 16 of file logger_cfi.py.

◆ DebugInsideLoop

int DebugInsideLoop = 5
static

Definition at line 17 of file logger_cfi.py.

◆ Error

int Error = 1
static

Definition at line 13 of file logger_cfi.py.

◆ Information

int Information = 3
static

Definition at line 15 of file logger_cfi.py.

◆ Nothing

int Nothing = 0
static

Definition at line 12 of file logger_cfi.py.

◆ Warning

int Warning = 2
static

Definition at line 14 of file logger_cfi.py.