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

Method _log

python3_cron_scripts/libs3/DNSManager.py:41–45  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

39 _logger = None
40
41 def _log(self):
42 """
43 Get the log
44 """
45 return logging.getLogger(__name__)
46
47 def __init__(self, mongo_connector, alternative_collection=None):
48 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected