class LogStash::Inputs::Azure::ErrorNotificationHandler

def accept(exception_received_event_args)

def accept(exception_received_event_args)
  @logger.error("Error with Event Processor Host. ",
    :host_name => exception_received_event_args.getHostname(),
    :action => exception_received_event_args.getAction(),
    :exception => exception_received_event_args.getException().toString())
end