mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
6 lines
131 B
Python
6 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.")
|