dragonfly.status_log_handlers.amqp_handler module¶
Some template vars¶
Members: AMQPHandler Functions: Classes:
Wrappers for the standard logging module classes
Summary¶
-
class
dragonfly.status_log_handlers.amqp_handler.AMQPHandler(broker, name=None, *args, **kwargs)¶ Bases:
logging.HandlerA custom handler for sending messages to AMQP server
-
argparse_flag_str= 'amqp'¶
-
emit(record)¶ Do whatever it takes to actually log the specified logging record.
This version is intended to be implemented by subclasses and so raises a NotImplementedError.
-
setLevel(level)¶ for now, force the to warning…
-
update_parser(parser)¶
-
End of modules condition
Data:
End of data condition