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

Method _log

python3_cron_scripts/libs3/SplunkQueryManager.py:48–52  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

46 _logger = None
47
48 def _log(self):
49 """
50 Get the log
51 """
52 return logging.getLogger(__name__)
53
54 def __init__(self, config_file="", log_level=None):
55 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected