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

Method _log

python3_cron_scripts/libs3/X509Parser.py:479–483  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

477 }
478
479 def _log(self):
480 """
481 Get the log
482 """
483 return logging.getLogger(__name__)
484
485 def __init__(self, log_level=None):
486 self._logger = self._log()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected