MCPcopy Create free account
hub / github.com/adobe/Marinus / __init__

Method __init__

python3_cron_scripts/libs3/X509Parser.py:485–488  ·  view source on GitHub ↗
(self, log_level=None)

Source from the content-addressed store, hash-verified

483 return logging.getLogger(__name__)
484
485 def __init__(self, log_level=None):
486 self._logger = self._log()
487 if log_level is not None:
488 self._logger.setLevel(log_level)
489
490 def __find_ct_log_url_by_id(self, logid):
491 for key in self.CT_LOG_MAP:

Callers

nothing calls this directly

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected