![]() |
Belle II Software
release-06-00-14
|
Public Member Functions | |
def | __init__ (self, name) |
def | io (self) |
Public Attributes | |
name | |
Name of the class. | |
All pro tools inherit form this class. For now each class get a logger. Attributes ---------- name : str Name of the Class. io : function Returns the logger
Definition at line 27 of file settings.py.
def __init__ | ( | self, | |
name | |||
) |
init function :param name: Name of the class
Definition at line 42 of file settings.py.
def io | ( | self | ) |
Logging function :return: logger
Definition at line 50 of file settings.py.