MCPcopy Index your code
hub / github.com/MCSLTeam/MCSL2 / _getLogFile

Method _getLogFile

MCSL2Lib/ProgramControllers/logController.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 )
58
59 def _getLogFile(self) -> str:
60 return osp.join("MCSL2/Logs", f"MCSL2_{self.time}.log")
61
62 def _template(self, caller_info, msg) -> str:
63 return f"{caller_info['module']}.{caller_info['function']}, at line {caller_info['line']} | {msg}" # noqa: E501

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected