cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
logger_cfi.py
Go to the documentation of this file.
1
6
7
from
.containers_cff
import
Parameters
8
9
10
class
Logging
:
11
"""Logging verbosity"""
12
Nothing = 0
13
Error = 1
14
Warning = 2
15
Information = 3
16
Debug = 4
17
DebugInsideLoop = 5
18
19
20
logger =
Parameters
(
21
level = Logging.Information,
22
enabledModules = tuple()
23
)
python.Config.containers_cff.Parameters
A raw list of steering parameters.
Definition
containers_cff.py:30
python.Config.logger_cfi.Logging
Logging verbosity.
Definition
logger_cfi.py:11
python
Config
logger_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7