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

Method _log

python3_cron_scripts/libs3/StorageManager.py:45–49  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

43 _instance = None
44
45 def _log(self):
46 """
47 Get the log
48 """
49 return logging.getLogger(__name__)
50
51 def __init__(self, location=None, config_file="", log_level=None) -> None:
52 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected