Method: Vips.set_debug

Defined in:
lib/vips.rb

.set_debug(debug) ⇒ Object

Deprecated compatibility function.

Don't use this, instead change GLib::logger.level.



566
567
568
569
570
# File 'lib/vips.rb', line 566

def self.set_debug debug
    if debug
        GLib::logger.level = Logger::DEBUG
    end
end