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

Method _log

python3_cron_scripts/libs3/MongoConnectorBase.py:37–41  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

35 _logger = None
36
37 def _log(self):
38 """
39 Get the log
40 """
41 return logging.getLogger(__name__)
42
43 def _init_mongo_connection(self, config, config_location):
44 """Obtains all the parameters from the config file"""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected