MCPcopy Create free account
hub / github.com/alexandre-lavoie/python-log4rce / log_message

Method log_message

log4rce.py:200–201  ·  view source on GitHub ↗
(self, format, *args)

Source from the content-addressed store, hash-verified

198 self.wfile.write(self.__java_class.raw)
199
200 def log_message(self, format, *args):
201 http_logger.info(f"Request from {self.client_address} to {self.path}")
202
203class Log4RCE():
204 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected