Parent

Methods

Class Index [+]

Quicksearch

AMQ::Client::Logging::IncompatibleLoggerError

Raised when logger object passed to {AMQ::Client::Adapter.logger=} does not provide API it supposed to provide.

@see AMQ::Client::Adapter.logger=

Public Class Methods

new(required_methods) click to toggle source
    # File lib/amq/client/exceptions.rb, line 76
76:         def initialize(required_methods)
77:           super("Logger has to respond to the following methods: #{required_methods.inspect}")
78:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.