Method: WEBrick::BasicLog#debug?

Defined in:
lib/webrick/log.rb

#debug?Boolean

Will the logger output DEBUG messages?

Returns:

  • (Boolean)


108
# File 'lib/webrick/log.rb', line 108

def debug?; @level >= DEBUG; end