mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-03-27 01:15:00 +08:00
7 lines
131 B
Python
7 lines
131 B
Python
from mitmproxy import ctx
|
|
|
|
|
|
def start():
|
|
ctx.log.info("This is some informative text.")
|
|
ctx.log.error("This is an error.")
|