mitmproxy/examples/logging.py

7 lines
131 B
Python
Raw Normal View History

2016-10-15 23:03:57 +00:00
from mitmproxy import ctx
def start():
ctx.log.info("This is some informative text.")
ctx.log.error("This is an error.")