MCPcopy Index your code
hub / github.com/dobin/SuperMega / format

Method format

log.py:30–33  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

28 }
29
30 def format(self, record):
31 log_fmt = self.FORMATS.get(record.levelno)
32 formatter = logging.Formatter(log_fmt, datefmt="%Y-%m-%d %H:%M:%S")
33 return formatter.format(record)
34
35
36class ListHandler(logging.Handler):

Callers 15

loadMethod · 0.80
make_encryption_keysMethod · 0.80
emitMethod · 0.80
mainFunction · 0.80
web.pyFile · 0.80
mainFunction · 0.80
start_realFunction · 0.80
obfuscate_shc_loaderFunction · 0.80
verify_shellcodeFunction · 0.80
scannerDetectsBytesFunction · 0.80
write_logsMethod · 0.80
run_exeFunction · 0.80

Calls 1

getMethod · 0.80

Tested by 1

mainFunction · 0.64