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.

[View source]

795
796
797
798
799
# File 'lib/vips.rb', line 795

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