%PDF- %PDF-
| Direktori : /proc/thread-self/root/usr/share/doc/mitmproxy/examples/addons/ |
| Current File : //proc/thread-self/root/usr/share/doc/mitmproxy/examples/addons/log-events.py |
"""Post messages to mitmproxy's event log."""
from mitmproxy import ctx
def load(l):
ctx.log.info("This is some informative text.")
ctx.log.warn("This is a warning.")
ctx.log.error("This is an error.")