MCPcopy Index your code
hub / github.com/qilingframework/qiling / log

Function log

qltui.py:129–133  ·  view source on GitHub ↗

Function to beautify terminal output

(string, color)

Source from the content-addressed store, hash-verified

127
128if colored:
129 def log(string, color):
130 """
131 Function to beautify terminal output
132 """
133 print(colored(string, color))
134else:
135 def log(string, color):
136 """

Callers 3

get_dataFunction · 0.85
show_reportFunction · 0.85
hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected