Method: WEBrick::BasicLog#debug?
- Defined in:
- lib/webrick/log.rb
#debug? ⇒ Boolean
Will the logger output DEBUG messages?
108 |
# File 'lib/webrick/log.rb', line 108 def debug?; @level >= DEBUG; end |
Will the logger output DEBUG messages?
108 |
# File 'lib/webrick/log.rb', line 108 def debug?; @level >= DEBUG; end |