MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / log

Method log

bbot/modules/base.py:1485–1488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1483
1484 @property
1485 def log(self):
1486 if getattr(self, "_log", None) is None:
1487 self._log = logging.getLogger(f"bbot.modules.{self.name}")
1488 return self._log
1489
1490 @property
1491 def memory_usage(self):

Callers 15

TFunction · 0.45
AeFunction · 0.45
isFunction · 0.45
csFunction · 0.45
dsFunction · 0.45
ysFunction · 0.45
vsFunction · 0.45
BsFunction · 0.45
lFunction · 0.45
zsFunction · 0.45
NsFunction · 0.45
iFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected