Belle II Software  release-05-02-19
FatalError Class Reference
Inheritance diagram for FatalError:
Collaboration diagram for FatalError:

Public Member Functions

def event (self)
 

Detailed Description

Simple module to just print a warning, an error and a fatal error

Definition at line 20 of file logsummary.py.

Member Function Documentation

◆ event()

def event (   self)
print messages

Definition at line 23 of file logsummary.py.

23  def event(self):
24  """print messages"""
25  B2WARNING("warning")
26  B2ERROR("error")
27  B2FATAL("fatal error")
28 
29 
30 logging.log_level = LogLevel.WARNING

The documentation for this class was generated from the following file:
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146