Class: QQBot::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/qqbot.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args) ⇒ Object



12
13
14
# File 'lib/qqbot.rb', line 12

def debug(*args)
  super && false if debug?
end

#info(*args) ⇒ Object



8
9
10
# File 'lib/qqbot.rb', line 8

def info(*args)
  super && false if info?
end