6 def __init__(self, log_file_name:str=
'pyhelios.log', log_file_location:str=
None):
7 if log_file_location
is None:
8 log_file_location = os.path.dirname(os.path.realpath(__file__))
9 self.
logger = logger_wrapper.createLogger(log_file_name, log_file_location)