Set the Logger object. By default this logs to STDERR
112 113 114
# File 'lib/HOTP.rb', line 112 def self.logger=(logger) @@logger = logger end