MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / format

Method format

thirdparty/ansistrm/ansistrm.py:169–171  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

167 return message
168
169 def format(self, record):
170 message = logging.StreamHandler.format(self, record)
171 return self.colorize(message, record.levelno)

Callers 3

emitMethod · 0.95
detectFunction · 0.80
centerFunction · 0.80

Calls 1

colorizeMethod · 0.95

Tested by

no test coverage detected