/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
graypy
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.89
PHP 8.3.16
Dir:
/opt/alt/python37/lib/python3.7/site-packages/graypy
Edit:
/opt/alt/python37/lib/python3.7/site-packages/graypy/__init__.py
#!/usr/bin/env python # -*- coding: utf-8 -*- """graypy Python logging handlers that send messages in the Graylog Extended Log Format (GELF). Modules: + :mod:`.handler` - Basic GELF Logging Handlers + :mod:`.rabbitmq` - RabbitMQ GELF Logging Handler """ from graypy.handler import ( GELFUDPHandler, GELFTCPHandler, GELFTLSHandler, GELFHTTPHandler, WAN_CHUNK, LAN_CHUNK, ) try: from graypy.rabbitmq import GELFRabbitHandler, ExcludeFilter except ImportError: pass # amqplib is probably not installed __version__ = (2, 1, 0)
Ukuran: 565 B